Web Quickstart
Use this path when your client is a browser, portal UI, or any user-driven flow that operates on the WEB chain.
Typical Sequence
- enter through the correct portal host
- establish Secure Channel if the flow requires it
- complete login, registration, or another entry flow
- receive a JWT session
- send authenticated
WEBrequests with the expected headers
Required Concepts
Read these before using the WEB chain:
Required Headers In Practice
Depending on the endpoint, a valid WEB request may need:
Authorization: Bearer <jwt>X-Client-HashX-SC-Session-Id- portal entrypoint context injected by the gateway
Common 403 Causes
- the request bypassed the expected portal entrypoint
- the token belongs to a different portal type
X-Client-Hashdoes not match the active session- the endpoint requires Secure Channel and the request is not in that context
Next Step
Move to the relevant domain guide: