2011 Apr 13 5:04 PM
Hi,
I did not find a way to call web browser with a url and parameters,
but with hiding the parameters because of Information security reasons.
The URL is generated within an ABAP program. I know that HTTP_POST FM can send hidden parameters
but it does not open a browser.
Any Ideas?
Thanks, Yaacov.
-
Hi,
I did not find a way to call web browser with a url and parameters,
but with hiding the parameters because of Information security reasons.
The URL is generated within an ABAP program. I know that HTTP_POST FM can send hidden parameters
but it does not open a browser.
Any Ideas?
Thanks, Yaacov.
-
2011 Apr 13 8:03 PM
Hi Yacoov ,
you can make an HTTP POST Request ,
but i think this isn't the best way to hide security informations;
I could use programs as HTTP WATCH , FIDDLER or Firebug and i could see all http requests with all parameters..
Alessandro
Edited by: alessandro spadoni on Apr 13, 2011 9:03 PM
2011 Apr 14 9:53 AM
Thanks for your answer.
However, it is an internal URL inside the organization so installing such softwares is not a piece of cake...
What is the way to open a url with browser using FM HTTP_POST?
Thnx, Yaacov.