Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hide parameters in URL

Former Member
0 Likes
564

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.

-

2 REPLIES 2
Read only

AlessandroSpadoni
Contributor
0 Likes
492

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

Read only

0 Likes
492

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.