Skip to content
⌘ NSIS Forum Archive

how i can request http in nsis

3 posts

yzldni#

how i can request http in nsis

now , i want to request http, my url is http://192.168.17.62:50305/d2/r/hosts, and i want to request the url if is exists, i not download the url, i want to check the url if is ok, so ,how can i request the http and get the result like "200" or "404"
yzldni#
no , the result is not allowed(405), because the http://192.168.17.62:50305/d2/r/hosts interface is the get method, but is wait for a long time , i use /receivetimeout and /CONNECTTIMEOUT wait for a long time too, how to resolve the issue