URLs for items
What is the shortest URL you can send someone to display a single item? I can come up with
http://myserver/fogbugz/editbugz.asp?command=view&ixBug=173
but is there anything shorter?
Chris Dunford
Monday, February 25, 2002
You could write a simple asp file called go.asp that just said
Response.Redirect "http://myserver/fogbugz/editbugz.asp?command=view&ixBug=" & Request.QueryString
Then you could hit it like so
myserver/go.asp?1212
Michael H. Pryor
Thursday, February 28, 2002
Recent Topics
Fog Creek Home
|