2010 Nov 23 1:55 PM
Hi,
I have a requirement to call one URL which has basic authentication i.e, we have to pass username and password to that URL. Moreover URL will open in one web browser. I am using method cl_gui_frontend_services=>execute, here URL is opening in IE but getting error "Unautherized". So how can we send user authentication details to that URl?
Regards,
Nayan
Hi,
I have a requirement to call one URL which has basic authentication i.e, we have to pass username and password to that URL. Moreover URL will open in one web browser. I am using method cl_gui_frontend_services=>execute, here URL is opening in IE but getting error "Unautherized". So how can we send user authentication details to that URl?
Regards,
Nayan
2010 Nov 24 5:32 PM
Hi,
It gives that error in every computer? Don´t apears any window so you could put the login and password?
You could concatenate the login and pass.
http(s):// username : password @ server / resource . ext
example:
concatenate 'http://' d_user ':' d_pass '@' url into d_url.
but i don´t belive this is the best way
2010 Nov 25 10:11 AM
Hi Figueiredo,
Thanks for ur reply.
But I have already tried this and failed.
Is there any FM or Class which I can use?.
Regards,
Nayan
2021 Feb 12 8:28 AM
Dear Nayan,
Greetings of the day!!
We are facing the same issue. Request you to please provide the solution us too.
Thanks in Advance!!
BR//
Alkesh.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |