Hi,
I need toread prices froma web page.
Using Fiddler to look at what the browser does...
If I get this page:
http://www.bolsar.com/VistasDL/PaginaLideres.aspx/GetDataPackI get a page full of prices,
Especie Vto. Cant. Nominal Precio Compra Precio Venta Cant. Nominal Último Variación % Máximo Mínimo Cierre Ant. Vol. Nominal Monto Operado ($) Cant. Ope. Hora Cotización
ALUA 72 hs. 1,242 10,850 10,900 4,548 10,900 -1,36 11,100 10,850 11,050 530,602 5,843,577 216 15:47:35
APBR 72 hs. 415 55,250 55,400 848 55,400 -0,36 56,500 54,600 55,600 297,674 16,411,003 452 15:46:27
If I GET this page with NetDemo.app I get many characters but nothing like what I see in a browser.
Looking at what thw web pagedoes with Fiddler I see it do some POSTs to get the prices and this posts returns all the data in JSON format.
Then I try to do the GET and POSTs with NetDemo.app and what I get is the same.
No JSON data is returned by the POST
I`m staked!!!
How can I do it??
Please help!!
Thanks again!!!!