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

'GET' delete trailing slash '/' after responce #42

Open
sergeos opened this issue Aug 13, 2017 · 0 comments
Open

'GET' delete trailing slash '/' after responce #42

sergeos opened this issue Aug 13, 2017 · 0 comments

Comments

@sergeos
Copy link

sergeos commented Aug 13, 2017

If you write in URL link with trailing slash, like:
.../api/models/
and then, adding some parameters on Parameters tab, like
year: 1987
then, Requester delete trailing slash from URL and return bad request.
So, i need this request:
...api/models/?year=1987
and, Responder make string with error:
...api/models?year=1987

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

No branches or pull requests

1 participant