Help with HTTP library
# help
k
I'm trying to use the HTTP package to get some JSON data from an API-endpoint and I keep getting this exception-error, "INTEGER_PARSING_ERROR". I've attached the stack-trace. The connection is with TLS, and I'm using proper certification etc. I can also send my code if that helps.
f
You are probably providing a host that contains "http:".
The currently released version doesn't support that yet. I think @erikcorry has already a local version that correctly removes the prefix.
k
You are correct, if I remove it though, I get this instead
f
Can you show me the host?