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

Commits on Aug 2, 2024

  1. Request intercept and proxy improvements

    - 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
    rbrundritt committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1dcbab6 View commit details
    Browse the repository at this point in the history
  2. Update MyCustomControl.cs

    rbrundritt committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0c09812 View commit details
    Browse the repository at this point in the history
  3. File system resource loading capability.

    - 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 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d5b9497 View commit details
    Browse the repository at this point in the history
  4. Update PathUtils.cs

    rbrundritt committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    00c38e2 View commit details
    Browse the repository at this point in the history
  5. Update PathUtils.cs

    rbrundritt committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    82130b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Minor fixes

    rbrundritt committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b9c138d View commit details
    Browse the repository at this point in the history
  2. Minor fixes

    rbrundritt committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7967e0d View commit details
    Browse the repository at this point in the history
  3. Update PathUtils.cs

    rbrundritt committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    331c92c View commit details
    Browse the repository at this point in the history