Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
remove ugly headers
Browse files Browse the repository at this point in the history
  • Loading branch information
m1m1s1ku committed Aug 27, 2022
1 parent 86e0e79 commit 41b0194
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,18 +442,8 @@ export class Api {
method: 'POST',
body: null,
headers: {
accept: 'application/json, text/plain, */*',
'accept-language': 'en-US,en;q=0.9,fr-FR;q=0.8,fr;q=0.7',
'content-type': 'application/json;charset=utf-8',
'sec-ch-ua': '"Chromium";v="107", "Not=A?Brand";v="24"',
'sec-ch-ua-mobile': '?0',
'sec-ch-ua-platform': '"macOS"',
'sec-fetch-dest': 'empty',
'sec-fetch-mode': 'cors',
'sec-fetch-site': 'same-origin',
'x-requested-with': 'XMLHttpRequest',
Referer: 'https://www.monpetitplacement.fr/fr/portefeuilles/volontaire',
'Referrer-Policy': 'strict-origin-when-cross-origin',
'Content-Type': 'application/json',
accept: 'application/json, text/plain, */*'
},
},
GetInvestProfileOutput
Expand Down

0 comments on commit 41b0194

Please sign in to comment.