HTTPRequest
HTTPRequest copied to clipboard
Response empty
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.
@elnormous Any word on this. Its not in any closed issues.
@ryantoon24 @ryantoon24 If you try now, you will catch this exception <Only HTTP scheme is supported> This makes sense as HTTPRequest doesn't support https till now.
@elnormous You can close this ticket for now and put the use of TLS (SSL) in future plans (I can support it).