-
Notifications
You must be signed in to change notification settings - Fork 115
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
Wrong query string handling #58
Comments
hi @Art4 drakov doesn't really understand query parameter values yet, although it is on our roadmap. Unfortunately it is only matching the keys in your query string. |
Am closing this as this is expected behaviour. @Art4 let me know if you have any other questions about this issue 👍 |
Why it is necessary for drakov to understand the query parameters? I thought the url and the response could be stored in an arraylike way. Url_with_querystring => API blueprint response |
have a look at our Blueprint API file that we use to test the functionality: Drakov only sees |
Drakov seems to still have problems with query string parameters. As you can see in this build Drakov should register these 3 Urls from the Blueprint API file.
The first request runs well, but at the second and third request Drakov returns the wrong responses.
1st request: All right
2nd and 3rd request: Returns the first response?
Is this a bug or am I doing something wrong? Oh, and please don't judge me for these crappy urls. 😔 They came from a legacy project and will hopefully change in near future.
The text was updated successfully, but these errors were encountered: