Is it possible to stop requests (POSTs) from different origins on Google App Engine? I understand that IP spoofing is "easy", is there another solution, maybe sessions? Suggestions are welcome.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Not entirely sure from your wording if this is the answer you're after, but you can get the referrer page using the following:
You can then use regex to decided whether to process the request further. Source: http://blog.andrewhays.net/how-to-get-the-referer-url-from-google-appeng |
|||
|
|
|
Assuming this is PHP, just check Hope this helps and DFTBA. :) |
|||
|