简体   繁体   中英

Why does Amazon Web Services have a lengthy url for login page

I am wondering why Amazon Web Services console login page has that lengthy url? Why not just POST the data without showing the lengthy url with lots of data in it. Is there any good reason to implement this way?

I think it's not a security question because if we can intercept http request we can read get or post request.

I think it's an implementation question. With get request you can :

  • create cache mechanism.
  • save configuration
  • save configuration client side by adding url to your favorite

It's only supposition maybe there are another good reason but I don't think security reason.

For security HTTP vs HTTPS is more important than POST vs GET

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM