Discussion:
[Bug-wget] question about wget command
Meyer Elnadav
2018-10-23 07:28:53 UTC
Permalink
I tried different commands but cannot get the results of this web page to
correctly bring down the prices. Looks like the page is completely resolved
in the browser memory before it is displayed.

https://www.oanda.com/resources/legal/united-states/legal/margin-rates

any ideas on how to get the data on this page?

Thanks.
Tim Rühsen
2018-10-23 14:45:05 UTC
Permalink
Post by Meyer Elnadav
I tried different commands but cannot get the results of this web page to
correctly bring down the prices. Looks like the page is completely resolved
in the browser memory before it is displayed.
https://www.oanda.com/resources/legal/united-states/legal/margin-rates
any ideas on how to get the data on this page?
https://www.oanda.com/help/policies/margin-rates/div1_1_rates.json

How did find out ?
- In Firefox enable Web Developer / Toggle Tools (in the menu at right top)
- Click on Network
- Enter your page into the normal URL bar
- Now you will see a list of GET methods, if you click on one you see
the headers at the right side. There you can also choose 'Response'.
- Navigate through the list... well, when I saw .json file, these were
my first checks.
- Right click on the GET line and Copy / Copy URL and paste it into your
command line.

Regards, Tim

Loading...