Skip to content

logixtreeCode/google-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Proxy Script

Contact Us

Simple proxy scirpt for setting up the personnel proxy server on the Google App Engine.(Adjusted with the new google app engine changes)

To Do List :

* POST requests are not be handling properly
* URI handling is not being working properly 

Instructions :

  1. Create project in google app engine dashboard
  2. Setup the git reponsitories and sync the source code
  3. In the console, Run the following :
$ gcloud config set project logixtree-proxy \
  			&& gcloud source repos clone default \
    			~/src/logixtree-proxy/python_gae_quickstart  \
  			&& cd ~/src/logixtree-proxy/python_gae_quickstart \
  			&& git checkout gcloud
  1. Change the above 'logixtree-proxy' with your application Unique ID
  2. Run the app with preview window. Here you can test your application before deploying
$ dev_appserver.py $PWD
  1. After setting all deploy it to the cloud
$ gcloud app deploy app.yaml

Issues

  • POST requests are not being handling properly
  • URI handling is not being working properly

Usage

After deployment, If there is no error in console. you can happily access the changes in

logixtree-proxy.appspot.com

Concerns

If you have concerns or issues, please email us [email protected] or can use the issue tracker.

References

Packages

No packages published

Languages

  • Python 81.5%
  • HTML 18.5%