Hi @davewichers,
Hope you are doing well.
For the OWASP BenchmarkPython test BenchmarkTest00656, could you please update the header name in benchmark-crawler-http.xml from my_user_id to either myuserid or my-user-id.
Right now, the test is not working because Werkzeug drops headers that contain underscores. The current header is:
<header name="my_user_id" value="BenchmarkTest00656"/>
Could you please change it to either:
<header name="my-user-id" value="BenchmarkTest00656"/>
or
<header name="myuserid" value="BenchmarkTest00656"/>
This behavior is documented here:
https://werkzeug.palletsprojects.com/en/stable/changes/#version-2-3-0
pallets/werkzeug#2622
Thanks.
Hi @davewichers,
Hope you are doing well.
For the OWASP BenchmarkPython test BenchmarkTest00656, could you please update the header name in
benchmark-crawler-http.xmlfrommy_user_idto eithermyuseridormy-user-id.Right now, the test is not working because Werkzeug drops headers that contain underscores. The current header is:
Could you please change it to either:
or
This behavior is documented here:
https://werkzeug.palletsprojects.com/en/stable/changes/#version-2-3-0
pallets/werkzeug#2622
Thanks.