Skip to content
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

Request intercept and proxy improvements #73

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

rbrundritt
Copy link
Contributor

I've been pushing the limits of this library a lot and ran into a few limitations that I was working around. I'm now coming back and

  • Added support for a lot more mime/content types. Maintained the same fallback values as before.
  • Improved support for MainFile such that it can be a URL with query string parameters. Allows the main file to point to the proxy.
  • Added support for custom response headers via the proxy.
  • Cleaned up some repetitive code to ensure more consistency between platforms.
  • Extended proxy sample to demonstrate how it can be used to access resources on non-CORs enabled endpoints.
  • Added an example wraps the HybridWebView in a class library to create a custom control. It uses the proxy to load the main page and an image as embedded resource. Added a page to the main sample that loads this custom control.
  • Improve stability of query string parsing
  • Add example that leverages the improvements to MainFile loading and a proxy to load web pages and resources from the file system (app data directory).

- Added support for a lot more mime/content types. Maintained the same fallback values as before.
- Improved support for MainFile such that it can be a URL with query string parameters. Allows the main file to point to the proxy.
- Added support for custom response headers via the proxy.
- Cleaned up some repetitive code to ensure more consistency between platforms.
- Extended proxy sample to demonstrate how it can be used to access resources on non-CORs enabled endpoints.
- Added an example wraps the HybridWebView in a class library to create a custom control. It uses the proxy to load the main page and an image as embedded resource. Added a page to the main sample that loads this custom control.
- Improve stability of query string parsing
- Add example that leverages the improvements to MainFile loading and a proxy to load web pages and resources from the file system (app data directory).
@rbrundritt
Copy link
Contributor Author

I have tested this out in Android and Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant