Getting SKPort Cookies
Use the fallback cookie flow for `/add account` when direct login is not the right option
Getting SKPort Cookies
Use this guide only if you want the token/cookie option inside /add account.
The normal login flow is still the recommended path.
The current bot expects the cookie text you paste into the modal to contain:
ACCOUNT_TOKENSK_OAUTH_CRED_KEYHG_INFO_KEYwith a validhgId
Step-by-Step
- Open the Endfield sign-in page on SKPort: game.skport.com/endfield/sign-in
- Do not log in yet.
- Open your browser developer tools and switch to the Network tab.
- Log in to SKPort while the Network tab is open.
- Use the network search box and search for
token. - Open the request labeled
account_token. - In the request headers, find the
Cookieheader. - Copy everything after
Cookie:and paste that full value into the token modal in Endvoyant.
Tips
- Paste the full cookie header value, not a single cookie fragment.
- If parsing fails, the pasted value is usually missing one of the required cookie keys.
- If the token flow keeps failing, go back and use the normal login flow instead.
Where This Is Used
This guide matches the current fallback flow shown from the Link with Token button inside
/add account.
Last updated on