Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect write requests to an upstream server #7

Open
jkoshy opened this issue Apr 11, 2011 · 0 comments
Open

Redirect write requests to an upstream server #7

jkoshy opened this issue Apr 11, 2011 · 0 comments

Comments

@jkoshy
Copy link
Contributor

jkoshy commented Apr 11, 2011

It would be useful for this API server to redirect requests that it cannot handle (using an appropriate HTTP response code) to an upstream server.

Examples of such requests include:

  • Requests for data that is not present in the datastore, e.g., GPS traces, or user data.
  • Requests that would modify the data, e.g., requests to the /create URIs or POST requests to URIs.

This feature would allow this API server to act as a fast and scalable "front end" for the current OSM API server.

See also: issue #12.

@ghost ghost assigned jkoshy Apr 11, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant