Closed ch-boogeyman closed 4 years ago
Hi there! Thanks for opening this issue. Unfortunately, it seems this is a request for help instead of a report of a defect in the project. Please use StackOverflow for general usage questions instead and only report defects here.
Hi there! Thanks for opening this issue. Unfortunately, it seems this is a request for help instead of a report of a defect in the project. Please use StackOverflow for general usage questions instead and only report defects here.
No,this is a bug,the url after '#' will loss. For example,requests.get('http://www.xxxx#aaa.com') only requests.get('http://www.xxx')
No,this is a bug,the url after '#' will loss. For example,requests.get('http://www.xxxx#aaa.com') only requests.get('http://www.xxx')
Hi @ch-boogeyman, this appears to be a fundamental misunderstanding of how URI fragments work. Everything after the hash is considered client-side and won't be transmitted to the server. You can find more information here. If you have more questions, please direct them to StackOverflow as requested. Thanks!
Summary.
Expected Result
Don't lose the charts after #
Actual Result
The url after # will loss,the server can't get it!!
Reproduction Steps
System Information