send credentials with url, possible?
- by Dejan.S
Hi. I got a web service that I protect with basic authentication and use ssl. to make it easy for the clients that are gone use this web service I want to skip the 401 and send the credentials with the url (I would like so the customer can access the web service with url from their code / web app), question is this possible?
I know about headers but a lot of the clients gone use this do not got the proper developing team to do code.
thanks