Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Comma in header value #144

Open
rt-planck opened this issue Jun 18, 2024 · 0 comments
Open

Comma in header value #144

rt-planck opened this issue Jun 18, 2024 · 0 comments

Comments

@rt-planck
Copy link

Hi here,

Good morning.
I am using 0.6.0 version.

I setup a mock for an http call with an header that looks like
.and(header("x-ms-date", "Sun, 01 Jan 2023 00:00:00 GMT"))
There should be some bug in the handling of the commas, since that value will not be matched.
Intead, the following without a comma works well
.and(header("x-ms-date", "Sun 01 Jan 2023 00:00:00 GMT"))

Best regards,
R

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant