mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-11 12:40:12 +00:00
HTTP libraries: follow redirects from server
This commit is contained in:
parent
3d526edc8a
commit
2dc6175fcd
@ -81,6 +81,7 @@ private:
|
||||
// prepare curl
|
||||
aCurl->SetHeader( "Accept", "application/json" );
|
||||
aCurl->SetHeader( "Authorization", "Token " + m_source.token );
|
||||
aCurl->SetFollowRedirects( true );
|
||||
|
||||
return aCurl;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user