Currently, I am immersed in a project that involves using a webservice (specifically, VB.Net and Javascript). While debugging the code, I encountered an issue with the XmlHttpRequest.status returning as 202. Upon comparison with my previous webservice project, I noticed that the XmlHttpRequest.status had previously returned as 200 and the functionality was working perfectly.
Curious about the status 202, I delved into some online research and came across information on this specific status which can be found at this link.
The request has been accepted for processing, but the processing has not been completed. The request might or might not eventually be acted upon, as it might be disallowed when processing actually takes place.
If anyone could lend a hand with this issue, I would greatly appreciate it.
Thanks