icyleaf / halite

💎HTTP Requests Client with a chainable REST API, built-in sessions and middlewares.
MIT License
170 stars 13 forks source link

Issue while redirecting #11

Closed bararchy closed 7 years ago

bararchy commented 7 years ago

It seems Halite had a problem composing the target from this redirect:

screenshot at 15-00-57

Error:

No address found for 172.16.131.135index.php:80 over TCP (Halite::ConnectionError)
bararchy commented 7 years ago

it took the virtual dir and added it to the host 172.16.131.135index.php:80

icyleaf commented 7 years ago

It was fixed. many thanks for using and reporting it.

bararchy commented 7 years ago

@icyleaf Working, thanks for quick response :)