HTTP(S)
#1

How do I HTTP_GET an https:// url since I'm not supposed to include the http:// part?
Reply
#2

I'm not familiar with HTTP stuff as i never tried it but i work with other things, maybe set the port to 443 (https port)

I think this is only possible if u can set the header and/or the RemotePort
Reply
#3

I don't think https is supported yet?
Reply
#4

SSL isn't supported for HTTP(), I tried it before and realized it didn't work so I suggested a HTTPS() function which has received no feedback yet.

Quote:
Originally Posted by coole210
Посмотреть сообщение
I'm not familiar with HTTP stuff as i never tried it but i work with other things, maybe set the port to 443 (https port)

I think this is only possible if u can set the header and/or the RemotePort
See here for what you can change, and no you can't do that.
Reply
#5

Yeah i also realized and i gave Kye a PM but he didn't respond.
I suggested an optional parameter;

Код:
(index, type, url[], data[], callback[],ssl)
If 'ssl' is true, prefix would be https:// (and port 443) instead of http:// and port 80.
(Since i guess http:// prefix is native in the server code?)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)