You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: