开发者

AppEngine Get HOST of incoming request

开发者 https://www.devze.com 2023-02-13 16:26 出处:网络
I have an API and would like to check that I only process requests from certain hosts, 开发者_JAVA技巧using self.request.host always brings back the current API host, not the requesting URL\'s host...

I have an API and would like to check that I only process requests from certain hosts, 开发者_JAVA技巧using self.request.host always brings back the current API host, not the requesting URL's host...any ideas?

Thanks


The Request object has a property called remote_addr that should give you IP address of the origin of the request. See the docs.


Do you mean referer?

self.request.headers.get("Referer")
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号