Some Russian CDNs start blocking any request except static files #6385
zheka79739
started this conversation in
General
Replies: 2 comments 5 replies
-
|
|
Beta Was this translation helpful? Give feedback.
4 replies
-
|
I don’t understand. Request paths like /somepath/example.mp4 are encrypted and invisible—how can it block traffic based on them? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some Russian CDNs start blocking any request except static files.
Example:
GET /somepath/example.mp4 - works fine
GET /somepath/example.mp4/45ba899f-ba04-4492-aa1a-e7714865ddb6 - blocked with 403 error
GET /somepath - blocked
GET /somepath/45ba899f-ba04-4492-aa1a-e7714865ddb6 - blocked
GET /somepath/example.mp4/?someparam=somevalue - blocked
Any ideas how to bypass this restrictions?
Beta Was this translation helpful? Give feedback.
All reactions