You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will send a header with the current version.
Additionally the logic will either send a status ok, or an upgrade command.
Later we can add code to check the user-agent and version etc.
For now just short circuit to upgrade command so we can integrate / test this in the app code bases.
Ok command:
Custom Header:
"X-API-Version": {{current version}}
This will send a header with the current version.
Additionally the logic will either send a status ok, or an upgrade command.
Later we can add code to check the user-agent and version etc.
For now just short circuit to upgrade command so we can integrate / test this in the app code bases.
Ok command:
Custom Header:
"X-API-Version": {{current version}}
Upgrade command:
Custom Header:
"X-API-Version": {{current version}}
The text was updated successfully, but these errors were encountered: