Hi there,
I am currently testing the responses codes for various api requests. These tests all run as expected within the Postman Desktop app when ran by themselves, when ran through a monitor on the desktop, and when these tests are ran through the on the browser (with the Postman Desktop Agent).
When running these tests through the browser and a monitor however, all of these test cases fail. I also run a test that calls a simple website and this one passes but not the api calls. I double checked that the monitor is running with the proper environment for the api keys.
Has anyone come across this before? I’d like to test what that the environment’s current value for the api key is being sent when the monitor runs but I’m not sure how to do this. I’m confused why these calls work except for in the monitor through the browser, and I’m not sure what’s different.