Hi, could you help me on this issue:
Scenario:CF form submitted
Submit Action includes
CURL Module calling a URL
Expected Response: HTTP 200 (success)
Success Action includes Email and other modules
Expected Response: HTTP 401 (access denied - error)
Failure action includes friendly error message to user
Form Submits, CURL IS CALLED, CONFIRM CURL RESPONDS WITH 401 HTTP STATUS
BUT!!! CUrl Module STILL RUNS SUCCESS branch! This is obviously undesirable.
How do I get CURL to branch properly based on the HTTP status? Or if it cannot, how to I TRIGGER the FAILURE portion of the branch?
Thank you!
Tuan