Skip to main content

A simple HTTP proxy for the Django framework.

Project description

Overview and License

Django HTTP Proxy provides simple HTTP proxy functionality for the Django web development framework.

It is written by Yuri van der Meer, inspired by on a blog post by Will Larson.

It is licensed under an MIT-style permissive license and maintained on Bitbucket:

http://bitbucket.org/yvandermeer/django-http-proxy/

What It Does

Django HTTP Proxy allows you make requests to an external server by requesting them from the main server running your Django application. In addition, it allows you to record the responses to those requests and play them back at any time.

One possible use for this application (actually, the reason it was developed) is to allow for easy development of Ajax applications against a live server environment:

  • Avoid typical cross-domain issues while developing an Ajax application based on live data from another server.

  • Record responses and play them back at a later time:
    • Use “live” data, even when you are developing offline

    • Speedy responses instead of having to wait for a remote server

  • Manually edit record responses via the Django admin interface

Combined with the standard Django development server, you have a powerful (but easy to set up) toolbox for developing Ajax applications.

Contributing

If you have any contributions, feel free to fork Django HTTP Proxy on Bitbucket:

http://bitbucket.org/yvandermeer/django-http-proxy/fork/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-http-proxy-0.3.tar.gz (14.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page