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
Hello Kyle,
I hope you would consider adding the feature to respond with JSON so the extension can be used for REST API testing. So when an endpoint is queried we can give the app our own JSON response?
Cheers
The text was updated successfully, but these errors were encountered:
I assume you want to do this with a URL -> File rule.
I think this used to work, but maybe not anymore: https://bugs.chromium.org/p/chromium/issues/detail?id=521475#c11
If you want to make fake fetch requests (redirect them to a response you provide), this might only be possible with a URL -> URL rule now... You could always set up a quick server I guess. This is really unfortunate though.
Although wait, old xmlhttprequests seem to work? Not sure why they work but fetch doesnt. Let me know if you figure out anything.
Hello Kyle,
I hope you would consider adding the feature to respond with JSON so the extension can be used for REST API testing. So when an endpoint is queried we can give the app our own JSON response?
Cheers
The text was updated successfully, but these errors were encountered: