You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I've read that the headers param from the Respose object ignore case and return a camel case version of them. What about cases like Django that usesX-CSRF-Token. Can we bypass it for specific headers?
The text was updated successfully, but these errors were encountered:
I've read that the headers param from the Respose object
ignore case and return a camel case version of them.
AFAICT, locust doesn't mess with the response headers... Maybe something is done by requests lib (or one of its dependencies)? Where are you seeing this?
Hello. I've read that the
headers
param from theRespose
object ignore case and return a camel case version of them. What about cases like Django that usesX-CSRF-Token
. Can we bypass it for specific headers?The text was updated successfully, but these errors were encountered: