handling a GET error properly
- by Andrew Heath
I have a website that takes two primary get strings:
?type=GAME&id=SomeGameID
?type=SCENARIO&id=SomeScenarioID
for reasons unknown, I have recently begun receiving requests for erroneous get strings from both Yandex and Baidu. They are always in the form of:
?type=GAME&id=SomeScenarioID
None of my users are triggering these…