简体   繁体   English

为什么Amazon Web Services的登录页面网址很长

[英]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? 我想知道为什么Amazon Web Services控制台登录页面具有这么长的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. 我认为这不是一个安全性问题,因为如果我们可以拦截http请求,那么我们可以读取get或post请求。

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 通过将url添加到您的收藏夹来保存配置客户端

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 为了安全起见,HTTP vs HTTPS比POST vs GET更重要

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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