Re: Trying to find zip codes/rest example
- From: Jay Loden <python@xxxxxxxxxxxx>
- Date: Sat, 04 Aug 2007 01:41:15 -0400
VanL wrote:
Hello,
A couple months ago there was an example posted in a blog of a rest
interface for validating zip codes. If I recall correctly, the backend
validator was written in python.
The validator demo page had a single text input; next to the text input
would appear either a green check or a red X depending on whether the
zip code was valid.
On the backend, the explanation of the demo included a discussion of
using HTTP status codes (200 for a valid zip, 406? for invalid) so that
the service could be used from a console as well.
I now cannot find this demo and the associated discussion. Does anybody
remember this demo and where I might be able to find it?
I don't remember the demo, but a little creative googling turned up
http://bitworking.org/news/132/REST-Tips-URI-space-is-infinite
Which matches the description above perfectly, so I assume it's what you were after :-)
-Jay
.
- Prev by Date: Re: Script that Navigates Page needs Javascript Functionality
- Next by Date: Re: regexp problem in Python
- Previous by thread: Re: Trying to find zip codes/rest example
- Next by thread: Re: Trying to find zip codes/rest example
- Index(es):
Relevant Pages
|