Is there a way of getting(retriving) the data send through a browser as query
string(post method) using excel VBA.
Let me be more clear suppose a webpage(say WP1) calls another webpage(say WP2)
and passes some variables as query string(by post method). since the data is not
visible in query string, it is not possible by ordinary means to call the second
webpage(WP2) directly.
I want to get some data from this second webpage directly using excel VBA and
create a chart for it
A few code snippets related to it would be a great help