ontehfritz / api.mtgdb.info

Project closing first of August 2015
http://www.mtgdb.info/
MIT License
36 stars 8 forks source link

Error when calling by card name with special characters #29

Closed ontehfritz closed 10 years ago

ontehfritz commented 10 years ago

http://api.mtgdb.info/cards/circleofprotection:red

Will cause error: System.Web.HttpException '/cards/circleofprotection:red' is not a valid virtual path.

ontehfritz commented 10 years ago

Special characters will be striped out of the search name field. .Net does not allow "<,>,*,%,&,:,\,?" by default in a url. This will not effect the official card name, just the search name field.