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
Hi, chmanie. There are occasional AD popup requests on our website, which are out of our control. We need to intercept API to modify the popup assignment response, so as to ensure that the AD popup will not affect the test process.
I think I'm not getting what you are trying to do. Do you want to intercept a request to the server and alter the response of the server before it gets to the frontend code? I don't think this would be inside the scope of this project. Feel free though to look at the interceptor.js to see how you could override fetch or xhr requests.
Does this service have any feature which allows us to update API response and send an update response to UI instead of the actual response?
The text was updated successfully, but these errors were encountered: