HTTP Post/GET Parameter Question

  • Thread starter Thread starter Henrik Holle
  • Start date Start date
H

Henrik Holle

Hi,

i make an http get request like http://myUrl/Test.aspx?myID=test
After this Request i excecute a http-post, but after this post my Url looks
same like after the http-get. I need to remove the paremter "myID". Whats
the best solution to solve this problem?

thx

henrik
 
I'm not sure of the "best" way, but maybe have a post parameter that
instructs the page to ignore the GET ?
 
Back
Top