I have a dispense test that requests a token. Now normally this would immediately redirect to an authorize endpoint elsewhere. But I’m intercepting it to grab the token for myself. This works fine locally in the ApiDog windows client. But it fails in the Github Action as sit still tries to redirect to the location of the 302.
Nevermind, I found in the docs I need to use --ignore-redirects in the apidog run
command. I suggest this is added automatically in the example code if this setting is disabled.
Thank you for your feedback, we will consider optimizing here.