Closed GoogleCodeExporter closed 8 years ago
Original comment by jarro...@gmail.com
on 22 Sep 2014 at 3:12
This is a very cryptic comment.
Is it saying that Host header will not be supported? That's a complete
showstopper for a lot of local testing of domain-based web applications, e.g.,
where the host portion of the URL is "localhost:8080" but the Host header
indicates the virtual host. Extremely common use case, and very disappointing
that it doesn't work in the Advanced Rest Client.
Compare with curl, e.g.,
curl -H"Host: www.virtualdomain.com" -XGET http://localhost:8080/api/
Original comment by jmcgill....@gmail.com
on 23 Sep 2014 at 8:33
But still, since web security model disallows overriding this header there's
nothing I can do. There's no API where I can override this and couple more
headers.
I'm working on socket's implementation for making a request but until Chrome
team implement SSL connections on sockets there's no point in doing it.
Original comment by jarro...@gmail.com
on 23 Sep 2014 at 9:21
Original issue reported on code.google.com by
john.art...@gmail.com
on 13 Jul 2014 at 12:17