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.
We are using ToxiProxy for negative testing our application.
One of our endpoints returns a file stream over http and puts 2 information in headers: "Content-Length" : this is a commonly used http header "File-Checksum" : this is our own application specific header
When requesting a file throw ToxiProxy, the "File-Checksum" header is missing and we can see these two headers: "Content-Length" "Date"
Question: is this an expected behaviour of ToxiProxy? If yes, could it be useful to keep the headers as is without changes?
Thank you for advice
The text was updated successfully, but these errors were encountered:
Hello.
We are using ToxiProxy for negative testing our application.
One of our endpoints returns a file stream over http and puts 2 information in headers:
"Content-Length"
: this is a commonly used http header"File-Checksum"
: this is our own application specific headerWhen requesting a file throw ToxiProxy, the "File-Checksum" header is missing and we can see these two headers:
"Content-Length"
"Date"
Question: is this an expected behaviour of ToxiProxy? If yes, could it be useful to keep the headers as is without changes?
Thank you for advice
The text was updated successfully, but these errors were encountered: