当用不同的url替换URL时,如何找到发送到服务器的get()请求URL,而url又从缓存中提供结果
例如
我访问以下网站
https://apps.belairdirect.com/quick-quote/desktop/index.html?prov=on&lang=en&intcid=homepage#s1
填写表格并将请求发送到服务器
网址更改为以下网址
https://apps.belairdirect.com/quick-quote/desktop/index.html?prov=on&lang=en&intcid=homepage#s2
我想要发送到服务器的实际get()请求网址。就像谷歌的情况一样,请求在网址中更改网址会更改请求