cosmicbrucee

Results 6 comments of cosmicbrucee

Salut Alain! QueryDSS will not help me - The point is that I want to use gdl for HTTP communications - in fact, there are lots of devices that communicate...

Dear Sylwester: I have no problem using curl through spawn in gdl on a linux system: GDL> spawn,'curl -L www.yahoo.com',result % Total % Received % Xferd Average Speed Time Time...

Re: your question of: “what I would like to do”: I need to both do a standard “get” of information as well as posting some arguments to the HTTP request....

This is getting very positive: On the IDL google group https://groups.google.com/forum/#!topic/idl-pvwave/AsL0qbCZ_Z8 people answered that webget works fine after version 8. Indeed, my machine with version 8 works fine, and has...

There are very interesting developments on webget on the IDL message board, so I'd like to share there here: * webget now works for IDL v.7 * still does not...

This does not work for me either. At times I have had limited success adding a trailing slash. At this point, I use spawn,'curl -L [url]' for the best results....