0

我有一个包含静态内容的 URL。使用 HTTPs 多次访问同一个 URL 时,我会得到相同或不同的加密 URL 模式吗?建议我使用分析加密 URL 的工具。

when we use https.........for example to send login credentials(https://example.com?username=aaaa&password=aaaa123). HTTPS encrypts the data using SSL certificate. So the url will be encrypted string. I am giving two requests with the same url(https://example.com?username=aaaa&password=aaaa123). On every request the url will be encrypted. Will the encrypted url of the first request be same as the encrypted url of the second request? Is the SSL certificate going to be different everytime btween client and server?

谢谢,伊克巴尔

4

0 回答 0