create a new http request
just paste url https://httpbin.org/get?a=1 in the url-bar
url params not be parsed, but view fouce on param tab.
After I pasted the url, at first UrlBar#onPasteOverwrite
was triggered. This hook parsed url with params correctly. But then, UrlBar#onUrlChange
was triggered. onUrlChange only used the raw whole url as param without parsing.
Eventually the wrong update overwrites the previous correct update.
Please authenticate to join the conversation.
Released
Feedback
Bug
4 months ago
Hao Xiang
Get notified by email when there are changes.
Released
Feedback
Bug
4 months ago
Hao Xiang
Get notified by email when there are changes.