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.
2 parents 4d5e7f9 + 1d32460 commit 93f90f1Copy full SHA for 93f90f1
hl.php
@@ -31,7 +31,7 @@ function get_userinfo() {
31
base64_encode($nonce),
32
$created);
33
$context = stream_context_create(
34
- array('http' => array('header' => "X-WSSE: $x_wsse"))
+ array('http' => array('header' => "X-WSSE: $x_wsse\r\n"."User-Agent: HatebuList.alfredworkflow"))
35
);
36
$file = file_get_contents($url, 0, $context);
37
$json = json_decode($file);
0 commit comments