We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03445f2 commit 1530c3fCopy full SHA for 1530c3f
lib/Github/HttpClient/Plugin/Authentication.php
@@ -69,7 +69,7 @@ public function doHandleRequest(RequestInterface $request, callable $next, calla
69
];
70
71
$query .= empty($query) ? '' : '&';
72
- $query .= utf8_encode(http_build_query($parameters, '', '&'));
+ $query .= utf8_encode(http_build_query($parameters, '', '&', PHP_QUERY_RFC3986));
73
74
$uri = $uri->withQuery($query);
75
$request = $request->withUri($uri);
0 commit comments