elnormous / HTTPRequest

Single-header C++ HTTP request class
The Unlicense
942 stars 213 forks source link

Response empty #49

Open ryantoon24 opened 2 years ago

ryantoon24 commented 2 years ago

Hello,

I am making a call to the imgflip API but when I make that call, although there are no errors, the response is empty. Trying to print the response yields nothing and printing the response.body.size() outputs a value of zero.

rom4ster commented 1 year ago

@elnormous Any word on this. Its not in any closed issues.

Eng-MohamedHussien commented 11 months ago

@ryantoon24 @ryantoon24 If you try now, you will catch this exception This makes sense as HTTPRequest doesn't support https till now.

Eng-MohamedHussien commented 11 months ago

@elnormous You can close this ticket for now and put the use of TLS (SSL) in future plans (I can support it).