forked from amcewen/HttpClient
-
Notifications
You must be signed in to change notification settings - Fork 172
Open
Labels
topic: documentationRelated to documentation for the projectRelated to documentation for the projecttype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
My code
http.connectionKeepAlive();
http.beginRequest();
*piRetCode = http.get( strPath );
http.sendBasicAuth ( "user", "pw" );
http.sendHeader( HTTP_HEADER_CONNECTION, "keep-alive" );
http.sendHeader( "Cache-Control", "max-age=0" );
http.sendHeader( "Accept", "application/json" );
http.endRequest();
but my server responds with a timeout 401....
is my code correct?
Metadata
Metadata
Assignees
Labels
topic: documentationRelated to documentation for the projectRelated to documentation for the projecttype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project