I am trying to whitelist an IP address for my Google App Engine, I am 
currently using express-ipfilter 
<https://www.npmjs.com/package/express-ipfilter>for whitelisting selected 
Ip's, but the thing is, it is not working as from whichever IP I will hit, 
my API express-ipfilter is always showing

Access denied to IP address: 172.XX.X.X

There is also a firewall-rules section in App Engine but there is no option 
for providing the URL for the API which I am doing whitelisting?

I think this error is coming because as App Engine uses Nginx Behind the 
Web Server, also Ip Address coming is (172.XX.X.X)(Which means Ip is Public to 
Google Cloud).

Is there any inbuilt Google App Engine feature for whitelisting, or why my 
express-ipfilter is not working. Can anyone Please help me.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/fb49d1a4-acff-438a-aa38-62f835f4d0bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to