fix: ensure leboncoin `accept` header (#4257)
This commit is contained in:
parent
f4b2917056
commit
a97c6b6667
|
|
@ -108,6 +108,7 @@ module.exports = async (ctx) => {
|
|||
headers: {
|
||||
api_key: API_KEY,
|
||||
origin: 'https://www.leboncoin.fr',
|
||||
Accept: '*/*',
|
||||
},
|
||||
method: 'post',
|
||||
url: SEARCH_ENDPOINT,
|
||||
|
|
|
|||
Loading…
Reference in New Issue