-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
Description
This is a (multiple allowed):
- [] bug
- enhancement
- feature-discussion (RFC)
I need to capture all URL (before being loaded) and rewrite them in order to fix an issue I have with cordova plugin. The issue (and possible fix) is described here:
nordnet/cordova-hot-code-push#264 (comment)
What's the best way for achieving the above ? Perhaps by adding a middleware for achieving the above ? If so, how ?
The format of the URLs will change from something like this file://myurl/page.html to http:// localhost:8080/application/binary/APP-ID/myurl/page.html (This is just an example, exact format is in the issue)