1
vote
2answers
2k views

jQuery AJAX Reponse Set Cookie Header

I have a project which using a a REST API. Here when Isend a login request, they are sending me the response as JSON containg some data. Along with that in Response Header ...
0
votes
0answers
161 views

how to set an existing cookie manually in .ajax request from non-published html file

I have a .html file that will not be hosted on the site that the JSON services are on. I stress this because by default the server won't allow cross-domain requests etc. I've changed my server so it ...