03-14-2022, 09:38 AM
Hi there
I tested your sample application and it worked fine (the exact same app, in C++)
You are setting the result code to 200 but not writing anything to the response. If you are handling it yourself you need to actually handle it with your own code.
IntraWeb doesn't know what you expect as a response, so you need to write to the response whatever you expect it to be.
What your JavaScript code expects as a response to this call?
I tested your sample application and it worked fine (the exact same app, in C++)
You are setting the result code to 200 but not writing anything to the response. If you are handling it yourself you need to actually handle it with your own code.
IntraWeb doesn't know what you expect as a response, so you need to write to the response whatever you expect it to be.
What your JavaScript code expects as a response to this call?

