Hello guys,
Need some help here. I am trying to create a HTTP trigger for my scheduled callback script. However I am getting the following error "The requested resource (/ScheduledCallback) is not available" as shown below. Below are my Application and HTTP trigger configuration as weel as the error screenshot.
Please advise where I did wrong, appreciate your help and thanks in advance.
Solved! Go to Solution.
What do you think you are going to get back?..unless you program your script to send a Response Back this is actually the Normal Response..if you want to see what's going on with your script that is being "executed" by the Web Trigger then you should set up a Reactive Debug and then hit send in the Browser to your /ScheduleCallBack Trigger..
Hello,
Thanks for the reply. I tried
http://10.10.1.40:9080/ScheduledCallback
and i get HTTP 500 Internal server error, the website cannot display the page.
What do you think you are going to get back?..unless you program your script to send a Response Back this is actually the Normal Response..if you want to see what's going on with your script that is being "executed" by the Web Trigger then you should set up a Reactive Debug and then hit send in the Browser to your /ScheduleCallBack Trigger..
Thanks, I got it in reactive debug
Hi,i know this is an old post.I am having the same problem.I can't see anything in the debug once I hit the send button in the browser.
My url in the browser is
http://uccx-ip:8080/webcallback
Update:
I changed the port no to 9089 and I viewed it in the debug