Hi everybody,
I think that this is a stupid question and Ive found a lot of threads about this problem but I get no solution.
I want to create an URL iView that shows a page of an external web site. To navigate to this page I must authenticate on external portal. In the home page I have the form with login and password and if I get the source of the page I can know that the action calls the url
/extportal/j_security_check with method POST and that the parameters are j_user and j_pass
So, I've created a new HTTP system with
Authentication method = POST
Authentication type = Server
Authentication USR = http://externalsite.com/extportal/j_security_check
URL param for password = j_pass
URL param for user name= j_user
I've created a new URL iview using my HTTP system
I've mapped the user
..it doesnt work!
Where Im wrong??
Thanks
Massimiliano