Any way to disable Accept-Ranges and 206 partial responses? #44920
Unanswered
asier-burns
asked this question in
Help
Replies: 1 comment 1 reply
-
Did you try remove the header in a middleware as shown above or did you find another solution?
|
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.
-
Because of problems with a CDN we want to force Accept-Ranges: none and never return partial content 206, always return 200 with full content even if the request includes a range, ignore it.
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions