Use this method on the request object:
Niklas
void set_request_uri(const uri& uri);
In fact, it's usually easier to use the uri_builder class to create the uri, which you then convert to a uri instance, than to use string manipulation.Niklas