api

Friday, September 7, 2007

 

When the Query String Is Just Not Enough

‘As Stephen A.’s client was walking him through their ASP.NET site, Stephen noticed a rather odd URL scheme. Instead of using the standard Query String — i.e., https://their.site/Products/?ID=2 — theirs used some form of URL-rewriting utilizing the “@” symbol in the request name: https://their.site/Products/@ID=2.aspx. Not being an expert on Search Engine Optimization, Stephan had just assumed it had something to do with that.

A few weeks later, when Stephan finally had a chance to take a look at the code, he noticed something rather different…’




Leave a Reply