Context: ASP.NET MVC 2.0
I want to support URL of following format:
wowreforge.com?Exp=220,Hit<461,Mastery>Haste>Crit
It works in both FF and IE. They both escape symbols correctly when entered.
My question: are there any reasons not to use the URL-form above?
Background
I want the URL to be usable as a general formula that you can paste in a thread discussion, or instant message. Something like:
I think that for combat rogue wowreforge.com?Exp=220,Hit<461,Mastery>Haste>Crit is the best reforging strategy.
Any alternative implementation ideas are welcome.