My httr POST() returns error: HTTP/1.1 505 HTTP Version Not Supported
I see in the config$options and httr_options() there is an option: http_version CURLOPT_HTTP_VERSION integer
It expects an integer, but there is no explanation of what integers are available and what version they correspond to. I've looked at curl_docs('http_version') and I can't find anything helpful there. I've tried 0, 1, and 2 and they all give me the same error: HTTP/1.1 505 HTTP Version Not Supported
Any help is appreciated!