rewitepath

  • Thread starter Thread starter Ryan Moore
  • Start date Start date
R

Ryan Moore

When using "HttpContext.Current.RewritePath" in the Global_AuthorizeRequest
event of the Global.asax file to perform URL rewriting for search engine
optimization, I am running into a problem - "Path 'POST' is forbidden." when
I have a page with post variables... any ideas how to get around this? I am
actually rewriting .aspx files, so I didn't think I'd run into a problem of
POST being forbidden.

thnx
 
Back
Top