Skip to content

Header name change request for BenchmarkTest00656 OWASP Python Test #3

@AkashSahai

Description

@AkashSahai

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions