03-08-22 10:25 AM
03-08-22 03:19 PM
Hi Max,
This is possible but how you handle errors may need to change.
Because it's not a 200 result it may be getting classed as a "failure" despite it being positive if the return is a 302.
What you can do is inside your process or retry loop if you work in a pathway to read the exception message and see if "302" is in the test with an InString( call.
If it is in the exception message then you can return to the happy path. If it was a 400 exception e.g. invalid password, then you can throw the exception as normal.
Example below
03-08-22 04:15 PM
03-08-22 05:21 PM
Hi Max, if you look at the response content when you generate the 302 error are you able to see the full detail or is it just an error message?
You should be able to add 1 or many calculation stages to read the data into a suitable collection. If you are able to send an example or a safe data example I might be able to help you more.
Another tool that might help you with responses it Postman, it's free to set up and you can see the full response with any response so you can set the outputs in BluePrism to different headers if they are available.
03-08-22 07:08 PM
04-08-22 08:02 AM
04-08-22 10:21 AM
04-08-22 12:42 PM