我有一个URL,其令牌具有正斜杠,例如:https://blahblah/blahblahblah/[email protected]/something/somewhere/report/view/51234-5678-9101
https://blahblah/blahblahblah/[email protected]/something/somewhere/report/view/51234-5678-9101
用/或%2F替换_不起作用,因为从服务器的角度来看,它正在更改令牌。我还有其他方法可以在网址中走私/吗?
/
%2F
_
URL编码是解决此问题的方法:https://unix.stackexchange.com/questions/159253/decoding-url-encoding-percent-encoding