Live data from Hacker News

Free Address Verification by EasyPost

blog.geteasypost.com

1–10 of 49 posts

Re: Free Address Verification by EasyPost

#6
Is it safe to assume that the developers have forgotten that there's a very big world beyond the US borders? The title doesn't say so, the blog post doesn't either, and the website makes no reference to the countries supported. But as the API doesn't take a country field, it's the only conclusion I can come to.

Re: Free Address Verification by EasyPost

#8
IDEA: Stripe + EasyPost for an EBay that doesn't suck or price-gouge. You put stuff up for sale/auction, the payments go straight to your Stripe account and shipping is calculated/charged fairly. Emulate AirBnB for handling trust issues (reviews, email/phone verification and social graph connections).

Start with a niche like used Apple products.

Re: Free Address Verification by EasyPost

#10
post #4

The example doesnt really work $ curl https://www.geteasypost.com/api/address/verify \ > -u cueqNZUb3ldeWTNX7MU3Mel8UXtaAMUi: \ > -d 'address[street1]=388 Townsend St' \ > -d 'address[street2]=Apt 20' \ > -d 'address[zip]=94107' You are being redirected .

This is because their demo uses https, as recommended in their documentation ("We suggest that you make API requests over HTTPS..."). But, if you switch to using the http protocol, the request will return a response correctly. It's a bug.

Also interesting because their website redirects http requests to the https protocol (eg. http://geteasypost.com/docs).

Post reply on HN