S
Steve Croff
Guest
I found it very easy to use curl for http requests. This doesn't do an async call back the way you might want, but the call to curl can be put in background and then you can periodically monitor for a response file. At least your OE process can do other things instead of blocking on the http request.
Continue reading...
Continue reading...