-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access denied on POST xhr #2
Comments
@kpetrianakis no, POST didn't work for me as well. Anyways, you won't be able to access the body of the request as |
Thanks for the quick reply mate. |
I believe you can run an http proxy for you application and intercept whatever you need. I haven't tried that though. |
What do you mean? An HTTP server inside the app that will serve the local pages and will request them by HttpClient? |
Yes, I meant local HTTP server. |
Hello, this is great to learn how to intercept xhr on UWP.
However, POST requests give me an access denied error. Are they supposed to work for you?
Thanks
The text was updated successfully, but these errors were encountered: