Copy link to clipboard
Copied
Just upgraded to Captivate 8 and for some reason my Internal Server posts no longer work on the web server. I can test the lesson locally which still points at the webserver and it works. Can't figure out why when it's on the server it doesn't work. The ashx handler that handles to post is completely accessible on the web server and DNS is resolving fine so I can't figure out why it's not hitting the handler. I'm using IIS to host it and an .ashx to handle the results.
Is there maybe something new that needs to be allowed in IIS for Captivate 8 to work? .js seems to be fine and firewall is not the issue. Running out of ideas and need to get this working asap.
Thank you for your help!
Nick
OK, finally solved it. For some reason running the lesson under HTTPS was failing to post my results. As soon as I changed to HTTP the results posted perfectly. It all makes sense why I could post locally to the webserver. Hoping this saves someone else 5 days of hell.
Copy link to clipboard
Copied
OK, finally solved it. For some reason running the lesson under HTTPS was failing to post my results. As soon as I changed to HTTP the results posted perfectly. It all makes sense why I could post locally to the webserver. Hoping this saves someone else 5 days of hell.