Forum Discussion
Lars_Terje_Vaal
Nimbostratus
Oct 31, 2007HTTP::method. Can it be changed?
Hi. I need to change the http method from POST to GET in a request. Is it possible?
hoolio
Cirrostratus
Nov 01, 2007I don't think there is a way to change the method using HTTP:: commands. I suppose you could collect the TCP data and replace the POST string with GET within the TCP payload. I don't think it would be a simple thing to do though.
I'm wondering if it wouldn't be much easier to rewrite the response from the web app that generates the request you want to change from a POST to a GET. If you knew the URI and/or form name which generates the POST request, you could use a stream command to rewrite the form method from POST to GET. This would also eliminate the need to convert POST parameters to the URI.
Aaron
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects