Search found 8 matches

by someFellow
Mon Oct 02, 2017 1:24 pm
Forum: Coding Questions
Topic: HTTPS Login retrieve source problem
Replies: 16
Views: 4746

Re: HTTPS Login retrieve source problem

ok Bernd. Idk how you done it , but you did!.

Thats a sh*tload of code to wade through my gosh. But for the most post it is legible_ish for someone of my calibre (amature) , you have obvioudly been coding for a long time and seem to have an indepth knowledge of the inner workings of websies etc ...
by someFellow
Fri Sep 29, 2017 6:57 am
Forum: Coding Questions
Topic: HTTPS Login retrieve source problem
Replies: 16
Views: 4746

Re: HTTPS Login retrieve source problem

i'm not having much luck with this one. any help will be appreciated. cheers.
by someFellow
Mon Sep 25, 2017 10:08 pm
Forum: Coding Questions
Topic: HTTPS Login retrieve source problem
Replies: 16
Views: 4746

Re: HTTPS Login retrieve source problem

Youre a Star there Bernd I think its ready for the next move.

recieved back from server;

HTTP/1.1 302 Found
Date: Mon, 25 Sep 2017 20:12:24 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: __cfduid=<encrypted_code>; expires=Tue, 25-Sep-18 20 ...
by someFellow
Mon Sep 25, 2017 2:44 pm
Forum: Coding Questions
Topic: HTTPS Login retrieve source problem
Replies: 16
Views: 4746

Re: HTTPS Login retrieve source problem

would be appreciated if you can , understand if you are busy.

Cheers 8)
by someFellow
Sun Sep 24, 2017 11:49 pm
Forum: Coding Questions
Topic: HTTPS Login retrieve source problem
Replies: 16
Views: 4746

Re: HTTPS Login retrieve source problem

Hello Again infratec the site that Iam currently trying to acquire information from is https://nomansskymods.com/login/
basically in order to acquire the <Mod Download Link> in short, you need to be logged in to reveal and activate the download.

This Site uses Wordpress Type Authentication which is ...
by someFellow
Sun Sep 24, 2017 11:57 am
Forum: Coding Questions
Topic: HTTPS Login retrieve source problem
Replies: 16
Views: 4746

Re: HTTPS Login retrieve source problem

Hi,

libcurl.pbi is still valid and working :wink:
What's your exact problem?


Resolved the not working issue


Normally you rceive a sessionid or a cookie after your login.
This you have to use at any further access.
That's the reason why you can not use ReceiveHTTP... from PB afterwards.
You ...
by someFellow
Sun Sep 24, 2017 10:42 am
Forum: Coding Questions
Topic: HTTPS Login retrieve source problem
Replies: 16
Views: 4746

Re: HTTPS Login retrieve source problem

Appreciate your reply infratec

are there any good examples of how to do what you just stated please?

for example how would I use libcurl.pbi to login to purebasic.fr and then return the source code for a page afterwards?
by someFellow
Sun Sep 24, 2017 8:58 am
Forum: Coding Questions
Topic: HTTPS Login retrieve source problem
Replies: 16
Views: 4746

HTTPS Login retrieve source problem

Hi there , I have been having a dabble in Purebasic lately and am wandering if there is some kind of solution for the following problem.

Iam trying to access data from a HTTPS source which can only be accessed after logging into the website.

Is there some way to Login into the website securely ...