>> The action by default fails if the exit code is >= 400, so the code you need just to treat 300 codes as success:
This is not what I observe. I observe that when the http get returns 302, the action fails. (is this because of the bug in the current release build of FB7?)
Will have to check… I just haven’t been able to find a url that gives me the 300 codes to test with. It looks like the library we use is throwing exceptions (which we catch) when it gets anything other than a 200. I will have to test this some more. You can control how the action behaves with code as a work around for now (assuming you installed the bugfix build).