Closed Kerchakk closed 1 month ago
That's cloudflare anti bot protection, not an error from epic.
Is there no way to do it ? Whats the use of the endpoint if its unusable ?
it is not unusable, there are ways to access it, but i would recommend just using the api directly
POST https://content-controls-prod.ol.epicgames.net/content-controls/:accountId/verify-pin
{
"pin":"000000"
}
that all ? damn why didnt i find this endpoint earlier ? i was starting to think about bypassing cf_clearance and cf_duid Thanks for the help, appreciate it
Issue Checklist
What is the Request Method?
POST
What is the Request URL?
https://egs-platform-service.store.epicgames.com/api/v1/private/egs/account/content-controls/verify-pin
What are your Request Headers (if applicable)?
headers = { "Authorization": f"Bearer {token}", "Content-Type": "application/json", "User-Agent": "Fortnite/++Fortnite+Release-12.61-CL-13567329 Windows/10.0.19041.1.256.64bit", "Accept": "application/json", }
What are your Request Payload/Body (if applicable)?
json={"pin": "000000"}
What is the Response Status Code?
403
What are the Response Headers (if applicable)?
What is the Response Content? (if applicable)
response is html code implicty saying that its flagged : }, en: { challengeTitle: 'One More Step', challengeSubtitle: 'Please complete a security check to continue', sessionId: 'Session ID', ipAddress: 'IP Address', },
Additional Context (if applicable)