Re: WEB Import using "POST" instead of "GET"
- To: mathgroup at smc.vnet.net
- Subject: [mg103260] Re: WEB Import using "POST" instead of "GET"
- From: ragfield <ragfield at gmail.com>
- Date: Fri, 11 Sep 2009 19:56:57 -0400 (EDT)
- References: <h8dcoh$5cs$1@smc.vnet.net>
On Sep 11, 6:36 am, Nacho <ncc1701... at gmail.com> wrote: > Hello Mathematica users. > > I would like to access to some Web data using Import[], but the web I > need uses HTTP POST to give some variables, and not GET. > > Is there any way to force Mathematica to use POST, with some provided > variables? You can do this with J/Link. There's an example how to do this here: http://blog.wolfram.com/2009/04/30/twittering-with-mathematica/ Search for "HTTP POST". -Rob