|
Boost Users : |
Subject: Re: [Boost-users] asio HTTP client example always returns error 400
From: G S (stokestack_at_[hidden])
Date: 2010-08-25 03:34:38
OK, well, it turns out that you have to have a slash in front of the
name of the item you're trying to GET:
request_stream << "GET " << "/index.html" << " HTTP/1.0\r\n";
Glad we had this time together...
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net