Skip to content

Feature CORS Proxy #227

@troyanskiy

Description

@troyanskiy

Hello all.

I have implemented something like proxy for iOS wkwebview.
It works exactly the same way as ionic server with proxies does.

I need your help in order to test the feature.

Installation:

  1. ionic cordova plugin rm cordova-plugin-ionic-webview
  2. ionic cordova plugin add https://github.com/troyanskiy/cordova-plugin-ionic-webview.git

Add proxies list:
That need to be added into the config.xml

<wkproxy path="/api/" proxyUrl="https://www.domain.com/api/" />

For future releases and if people will need that i'm planing also implement ssl pinning on the proxy requests, add capacitor support (will need to check that) and maybe something else.

If you will find any bug related to the proxy feel free to open an issue here https://github.com/troyanskiy/cordova-plugin-ionic-webview/issues

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions