Monday 8 February 2016

How to res an html page in response to an ldap post request?

Currently I have a simple web server set up that handles ldap get and post requests. When a client contacts the web server they get sent an html login page with some front end angular. Upon entering their credentials an ldap post request is sent to my web server. The web server then authenticates the credentials and sends back a message saying that the credentials were correct.Instead of sending back a message saying that the credentials were correct I want to send them the home page html file. However with the code below the html file isn't opening and the text of the html file is being sent as a message.http://ift.tt/1Phz0p8

Submitted February 08, 2016 at 09:14PM by Adam_La_Mar

No comments:

Post a Comment