Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix query params handling #73

Merged
merged 1 commit into from
May 26, 2024

Conversation

ashashev
Copy link
Contributor

Problem

Sometimes one can meet query parameter without a value, just a key, for example http://host.domain/app/srvice?wsdl. Mockingbird didn't let to add a condition for checking existing such query parameters. Also, it didn't pass them with proxy request.

Another problem was multiple values of one query parameter, e.g. http://host.domain?a=1&a=2. Mockingbird took only the last value and dropped all others.

@mockingbird/maintainers

@danslapman danslapman force-pushed the fix-query-params-handling branch 3 times, most recently from a2e4fd7 to 7f81c00 Compare May 23, 2024 14:24
Sometimes one can meet query parameter without a value, just a key, for
example http://host.domain/app/srvice?wsdl. Mockingbird didn't let
to add a condition for checking existing such query parameters. Also,
it didn't pass them with proxy request.

Another problem was multiple values of one query parameter, e.g.
http://host.domain?a=1&a=2. Mockingbird took only the last value
and dropped all others.
@danslapman danslapman force-pushed the fix-query-params-handling branch from 7f81c00 to ebe0629 Compare May 24, 2024 09:27
@danslapman danslapman merged commit f76853b into leviysoft:main May 26, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants