标签: url ssl https get
我们正在访问一个API,其中数据作为JSON字符串在URL段中发送:
https://uri.to/api/endpoint/{"key":"value"}
作为HTTPS事务的一部分,JSON url段中的数据是否实际受到保护/加密?
我知道 querystrings 受到保护,但不是查询字符串,而是URL段。
由于