I have form method declared as HTTP get, I have framework level restriction not to use POST request.
As I have a restriction in Apache that could not send more parameters as part of GET method in URL.
Is there any way to append parameters to HTTPRequest
Header directly.
I don't have an alternative to put in session as target system don't want to make the changes.