You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tools has the same issue I have found in my own Electron app. If you make a request from an Electron app and have used url mapping with this tool, those requests will not get intercepted. It doesn't matter whether you use require("request") or jquery.get. This isn't something unique to the James tool or an Electron app. Not even Charles can handle url mapping when the request originates from within an Electron app. This issue does not apply to urls issued from your browser. I have only tested this on a Mac running MacOS High Sierra.
The text was updated successfully, but these errors were encountered:
This tools has the same issue I have found in my own Electron app. If you make a request from an Electron app and have used url mapping with this tool, those requests will not get intercepted. It doesn't matter whether you use require("request") or jquery.get. This isn't something unique to the James tool or an Electron app. Not even Charles can handle url mapping when the request originates from within an Electron app. This issue does not apply to urls issued from your browser. I have only tested this on a Mac running MacOS High Sierra.
The text was updated successfully, but these errors were encountered: