Hi All,
My application have Http Header authentication , so for access we have some internal portal(differnet technology) that have one menu on that redirect to apex application and pass value in header variable in http header with that user can login in my application ,so passing that value http is backend process there is other team with different technology do that so i dont know how they pass ok.
Now that http header authentication is new in application before that user enter username and password so now there is one functionality that impact is i share apex url with order number on user mail so user click on that after login user directly go to order page instead of home page,so i do that with addition of page item order id on login page and on home page i will redirect to order page if that item is not null.
so after add the http header authentication that not work because login page now not work so my requirement is that how can i set header value through apex url so i will login my application through url for example :- www.localhost:8080/ords/f?p=100:1:::::x-username:test.
can you please guide or any help?