URL fragment being sent to server on iOS 10.0.2 Safari

你离开我真会死。 提交于 2020-01-16 17:56:27

问题


This should not be possible, right?

whatsmybrowser.org/b/X5USL5N


回答1:


I think what happened was that the link (which was shared on Skype) had it's # encoded to %23 and was therefore still sent to the server. Apache decoded it and displayed the error as /#/ instead of /%23/

So probably a Skype/iOS bug.



来源:https://stackoverflow.com/questions/40011506/url-fragment-being-sent-to-server-on-ios-10-0-2-safari

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!