![]() |
#1 |
Junior Member
Join Date: Oct 2011
Posts: 2
|
retrieving the body of a HTTP Get request
Hi,
I'm looking for a way to perform a HTTP Get request from an NSIS installer, and placing the result in some field on my screen. I've tried to do that with inetc::get, I was able to retrieve the response (OK) by popping it out of the stack, but I can't get the response body, or the headers for the matter. Is there a way to issue a HTTP Get request, and retrieve the response into NSIS? Thanks |
![]() |
![]() |
![]() |
#2 |
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
You download as a file and then read the file with FileRead.
Stu |
![]() |
![]() |
![]() |
#3 |
Junior Member
Join Date: Oct 2011
Posts: 2
|
Thanks! It works perfectly!
|
![]() |
![]() |
![]() |
|
Tags |
http, inetrc, xml |
Thread Tools | Search this Thread |
Display Modes | |
|
|