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

Use POST instead of GET when creating or updating resources #60

Open
fthorns opened this issue Dec 27, 2022 · 1 comment
Open

Use POST instead of GET when creating or updating resources #60

fthorns opened this issue Dec 27, 2022 · 1 comment

Comments

@fthorns
Copy link
Contributor

fthorns commented Dec 27, 2022

Right now, almost all forms issue GET requests. This leads to long URLs and may contain confidential data, i.e. when creating a new container. In generally, it might be considerable to use POST instead of GET for all requests, that create or change resources.

@matthewalanpenning
Copy link
Contributor

Thanks I agree!. In my porting of the software to Python from PHP, all the form data will use POST rather than GET.

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

2 participants