Post Reply 
(solved) altering GET request after a forum "POST".
Oct. 08, 2010, 01:47 PM (This post was last modified: Oct. 08, 2010 01:49 PM by Toppy.)
Post: #3
RE: (solved) altering GET request after a forum "POST".
(Oct. 08, 2010 04:34 AM)JJoe Wrote:  Thumbs Up
But what if I need to know how Wink

JJoe,

I turned out the GET request after a tread reply was different than a normal "show me page xxx of thread xxx" request. So, I didn't have to care if it followed a POST.Wink

Code:
In = TRUE
Out = FALSE
Key = "Location: 5 Go to top of topic after thank you post (TEST)"
URL = "forum.server.net"
Match = "(*)\1page__st__[0-9]+__*"
Replace = "\1"
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (solved) altering GET request after a forum "POST". - Toppy - Oct. 08, 2010 01:47 PM

Forum Jump: