Hi All,
To be upfront: I am not a Java Developer.
I use an Oracle product which was recently upgraded from OC4J to Weblogic/Java/ADF. In the past I was able to simply send POST parameters to the applications login page from a remote server html form and I was able to login and establishing SSO from that basic form.
Now after this upgrade, I am unable to do so because when I send the parameters via POST to the page, the page first hits an adf_loopback script, and then gets assigned a unique _adf.ctrl-state and window ID and the parameters don't make it through as it seems the POST parameters need to be sent to the page that includes the CTRL State and Window ID.
I am wondering if anyone here would be able to point me in the right direction as to how I could actually pass POST parameters to a page like this.
Any help is appreciated, I'm pulling my hair out on this one.
Thanks
Jon