Skip to main content
Participant
August 2, 2015
Answered

Internal Server posts no longer work when published to the web server but does locally to the web server

  • August 2, 2015
  • 1 reply
  • 185 views

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

    This topic has been closed for replies.
    Correct answer gregc97346175

    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.

    1 reply

    gregc97346175AuthorCorrect answer
    Participant
    August 3, 2015

    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.