I'm trying to build a simple PHP page that pulls today's EURUSD exchange rate from Visa.com.
I want to get today's rate without filling out the form every time.
But when I tried to run file_get_contents
with this URL (tried with 2 separate servers) I keep getting
Access Denied
You don't have permission to access "http://usa.visa.com/support/consumer/travel-support/exchange-rate-calculator.html/?" on this server.
Other URLs work fine.
Even http://usa.visa.com does not work.