scalaj / scalaj-http

Simple scala wrapper for HttpURLConnection. OAuth included.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Follow redirect from http to https with status code 307 not working

dmaicher opened this issue · comments

Similar to the original issue reported here (#92) a redirect is still not working if the status code is 307 "Temporary Redirect".

Its missing here: https://github.com/scalaj/scalaj-http/blob/master/src/main/scala/scalaj/http/Http.scala#L410