Request intercept and proxy improvements#73
Open
rbrundritt wants to merge 8 commits intoEilon:mainfrom
Open
Conversation
- 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).
Contributor
Author
|
I have tested this out in Android and Windows. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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