[LeBonCoinBridge] Submit user agent to LBC to get results.
This commit is contained in:
parent
acc0787b00
commit
a86a94555d
1 changed files with 1 additions and 0 deletions
|
@ -356,6 +356,7 @@ class LeBonCoinBridge extends BridgeAbstract {
|
|||
$data = $this->buildRequestJson();
|
||||
|
||||
$header = array(
|
||||
'User-Agent: LBC;Android;Null;Null;Null;Null;Null;Null;Null;Null',
|
||||
'Content-Type: application/json',
|
||||
'Content-Length: ' . strlen($data),
|
||||
'api_key: ' . self::$LBC_API_KEY
|
||||
|
|
Loading…
Reference in a new issue