I want to access a cgi on the server. Coz i am generally browsing the web with an anonproxie i want to do this with the tool i code to access a cgi and sending postdata as well.
The prob i have is..how can i script powerbuilder to use an proxie for accessing an cgi ??
This is what i have:
n_cst_internet luo_data
GetContextService("Internet", iinet_base)
luo_data = CREATE n_cst_internet
lblb_args = blob(sPostdata)
llength = Len(lblb_args)
sheaders = "Context-Length: " + String(llength) + "~r~n"&
+"Referer: " + sReferer + "~r~n"
//messagebox("",sheaders)
iinet_base.PostURL(surl, lblb_args, sheaders, luo_data)
Do i have to change the regedit and setup a proxie there? Or isn`t there a other way?????
Regards,
KK
The prob i have is..how can i script powerbuilder to use an proxie for accessing an cgi ??
This is what i have:
n_cst_internet luo_data
GetContextService("Internet", iinet_base)
luo_data = CREATE n_cst_internet
lblb_args = blob(sPostdata)
llength = Len(lblb_args)
sheaders = "Context-Length: " + String(llength) + "~r~n"&
+"Referer: " + sReferer + "~r~n"
//messagebox("",sheaders)
iinet_base.PostURL(surl, lblb_args, sheaders, luo_data)
Do i have to change the regedit and setup a proxie there? Or isn`t there a other way?????
Regards,
KK