I'm building a form (php) and i want to people put their postal code, and the address gets automatically filled.
I'm having two problems:
- First, these requests are made by my https page, so if the API that provides me the data is http, it will fail.
- Second, the cross-origin request all fail. The only https API i found, is of course in other domain... so it don't work.
Do you guys know a workaround ?