B4A Library Http library v1.22

This version fixes a bug in HttClient.ExecuteCredentials which caused a deadlock when more than 5 concurrent tasks were submitted (with user name and password).

Installation instructions:
- Copy both files to the internal libraries folder.
 

Attachments

  • HTTP.zip
    16 KB · Views: 877

fransvlaarhoven

Active Member
Licensed User
Longtime User
Hello,

it might be a strange question but one never knows:

as the socketSSL library has a lot of problems and seems to be not working on different phones, i'm wondering if i can use this library as an alternative for opening a ssl socket to a server.

I have really no idea what the result will be but what will happen when one removes all headers from the request, set the header to an empty string etc.

All sugestions are welcome of how to open a SSL with a server.


Thanks,
 

fransvlaarhoven

Active Member
Licensed User
Longtime User
You should have start a new thread for this question.

You can only use the http library to create http requests.

I will have a look for "how to start a new thread".

But in the mean time, you have answered the question.

Thank you for that.
 
Top