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

Move away from GET #1187

Merged
merged 1 commit into from
Nov 24, 2020
Merged

Move away from GET #1187

merged 1 commit into from
Nov 24, 2020

Conversation

rullzer
Copy link
Member

@rullzer rullzer commented Nov 18, 2020

We send some (not always sensitive but still) infor in the GET requests.
Better to do this with PUT (create session) and POST (fetch and close).
So that we don't leak anything we do not want to leak.

We send some (not always sensitive but still) infor in the GET requests.
Better to do this with PUT (create session) and POST (fetch and close).
So that we don't leak anything we do not want to leak.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
@rullzer rullzer added enhancement New feature or request 3. to review labels Nov 18, 2020
@juliusknorr juliusknorr merged commit fdbc734 into master Nov 24, 2020
@juliusknorr juliusknorr deleted the enh/use_better_verbs branch November 24, 2020 14:43
@rullzer
Copy link
Member Author

rullzer commented Dec 1, 2020

/backport to stable20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants