Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
HTTP status code 200 with message
If I do this:
HTTP_Services('SetResponseStatus', 200, ItemID:' was found in Users. But it is non current.')
Is the 'message' part retrievable by the web developer? If so, do you know how?
HTTP_Services('SetResponseStatus', 200, ItemID:' was found in Users. But it is non current.')
Is the 'message' part retrievable by the web developer? If so, do you know how?
Comments
I know in our case, I had to tell the web guy which specific codes to be on the lookout for if they needed to do something different. Otherwise, they just kind of went 'worked', 'didn't work' regardless of what message I was sending back.