I would like to know if there is any way to remove the server name(Google Frontend) from the google app engine response header to hide that the app is deployed on GAE.
相关问题
- java.lang.NullPointerException at java.io.PrintWri
- __call__() missing 1 required positional argument:
- Upload file to Google Cloud Storage using AngularJ
- Where is the best place to put one-time and every-
- facebook “could not retrieve data from URL”
相关文章
- send redirect and setting cookie, using laravel 5
- Is there a size limit for HTTP response headers on
- appcfg.py command not found
- Google app engine datastore string encoding proble
- What is the definition of HTTP_X_PURPOSE?
- Why does Google Chrome NOT use cached pages when I
- What to do with extra HTTP header from proxy?
- Angular route not working when used with Google Ap
Consider a reverse proxy in front of your GAE app. The DNS will be to your reverse proxy server.
You can mess with the response headers on the way back out.
This starts to break down the killer advantage of GAE - that it "easily scales on googles infrastructure" - but a single nginx server for example will cope with huge traffic.
Once you have outgrown your single reverse proxy - you will probably be attracting money and attention, and no longer be the one worrying about the proxy.
Nope. DNS also gives you away.