Search found 6 matches

by Afr0
Mon Feb 13, 2006 10:20 pm
Forum: Coding Questions
Topic: SSL for PureBasic?
Replies: 6
Views: 2733

Update:

I checked out Google + MSDN and ended up with this:

; All stuff for the WinInet lib.
;
#INTERNET_OPEN_TYPE_DIRECT = 1
#HTTP_ADDREQ_FLAG_ADD = $20000000
#HTTP_ADDREQ_FLAG_REPLACE = $80000000
#INTERNET_FLAG_SECURE = $800000

;
; Type of connection (could be FTP Gopher etc ...
by Afr0
Mon Feb 13, 2006 5:54 pm
Forum: Coding Questions
Topic: SSL for PureBasic?
Replies: 6
Views: 2733

Silly me!

Thanks for that headsup Pantcho! Anyways, it so happens that I don't want to POST, I want to send a GET request for a file named "pprdr.asp". There doesn't seem to be any explanation for HTTPS GET in the forum, so I'm wondering if anyone here knows how to do it?

Here's source from the forum that I ...
by Afr0
Sun Feb 12, 2006 12:40 pm
Forum: Coding Questions
Topic: SSL for PureBasic?
Replies: 6
Views: 2733

bump
by Afr0
Fri Feb 10, 2006 4:57 pm
Forum: Coding Questions
Topic: SSL for PureBasic?
Replies: 6
Views: 2733

SSL for PureBasic?

Is there a library available for PureBasic which enables you to use SSL in a project?

For closer information, look at this, under the heading TWN Authentication. That's what I'm trying to do.
by Afr0
Sun Jun 05, 2005 9:43 am
Forum: Coding Questions
Topic: Network tutorials?
Replies: 5
Views: 1661

Thanks for the replies dudes:)

@dagcrack: w00t?! I haven't done that? :\
by Afr0
Sat Jun 04, 2005 10:20 pm
Forum: Coding Questions
Topic: Network tutorials?
Replies: 5
Views: 1661

Network tutorials?

Ok, I know that this might give a bad first impression and all, but I'll be frank. I'm making an MMORPG. Deal with it. Ok, to the questions:

Today, I got PureBasic, and being an old and sturdy Blitz3D programmer, I had a basic windowed network application going within 30 minutes. Now I'm about to ...