Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

HTTPS Support #19

Closed
mdjavedakhtar opened this issue Sep 3, 2021 · 3 comments
Closed

HTTPS Support #19

mdjavedakhtar opened this issue Sep 3, 2021 · 3 comments
Labels
wontfix This will not be worked on

Comments

@mdjavedakhtar
Copy link

mdjavedakhtar commented Sep 3, 2021

hello
i think this does not handle https

if (url.substring(0, 7).equalsIgnoreCase("HTTP://"))
{
hostBeg += 7;
}
else if (url.substring(0, 8).equalsIgnoreCase("HTTPS://"))
{
return false;
}

for a project i need https badly can you help

@khoih-prog
Copy link
Owner

khoih-prog commented Sep 3, 2021

Thanks for testing the library.

But it's more helpful to us if you read the previous closed requests for HTTPS

  1. HTTPS not supported? #2
  2. HTTPS #9
  3. How can I send https requests? #18

@khoih-prog khoih-prog added the wontfix This will not be worked on label Sep 3, 2021
@khoih-prog
Copy link
Owner

Hi @mdjavedakhtar

If you're still interested in AsyncHTTPS, Now you can use the new AsyncHTTPSRequest_Generic library

Good Luck,

@mdjavedakhtar
Copy link
Author

Thanks
I will try and update you on the results

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants