-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(auth): LiterateInk/PawRD is blocked, challenge is required
- Loading branch information
1 parent
57c5ac0
commit ed711e7
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export const ARD_HOST = "https://services.ard.fr"; | ||
export const ARD_BASE_ENDPOINT = "/fr/espaces-clients/etablissements"; | ||
export const ARD_BASE_ENDPOINT_WITH_HOST = ARD_HOST + ARD_BASE_ENDPOINT; | ||
export const USER_AGENT = "LiterateInk/PawRD"; | ||
export const USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36"; |