You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
requestProperty(or requestHeaders) is a hashtable (map), but it's private and belongs to the HttpURLConnection implementation. I tried to use reflaction to call the remove method, but I couldn't implemente with reflaction
Steps to reproduce
Expected behavior
Remove the X-Requested-With
Actual behavior
X-Requested-With is configured
Crash logs
No response
Mihon version
0.17.1
Android version
Android 13
Device
POCO F3
Other details
The web view sends the ID of the embedded browser, which is different from a request from a regular browser.
Acknowledgements
The text was updated successfully, but these errors were encountered: