Skip to content

Commit

Permalink
[auth] Add proxy to providers for http basic
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Sep 25, 2017
1 parent c235264 commit 547cbe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/auth/basic/qgsauthbasicmethod.cpp
Expand Up @@ -37,7 +37,8 @@ QgsAuthBasicMethod::QgsAuthBasicMethod()
<< QStringLiteral( "ows" )
<< QStringLiteral( "wfs" ) // convert to lowercase
<< QStringLiteral( "wcs" )
<< QStringLiteral( "wms" ) );
<< QStringLiteral( "wms" )
<< QStringLiteral( "proxy" ) );
}

QgsAuthBasicMethod::~QgsAuthBasicMethod()
Expand Down

0 comments on commit 547cbe6

Please sign in to comment.