bslatkin / mirrorrr

Web proxy for App Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change the User-Agent?

FredMan95 opened this issue · comments

The default User-Agent is "AppEngine-Google".

How I can change it?

https://developers.google.com/appengine/docs/python/urlfetch/#headers_identifying_request_source

Headers identifying request source

The following headers indicate the app ID of the requesting app:

User-Agent. This header can be modified but App Engine will append an identifier string to allow servers to identify App Engine requests. The appended string has the format "AppEngine-Google; (+http://code.google.com/appengine; appid: APPID)", where APPID is your app's identifier.

thank you very much ... continue with this great project 👍