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
If content-type is application/json and HTTP Code 401 received when fetching the content of an URL XRef, assume that the content is JSON and has the following structure:
Ask the user to enter each requested variable in the specified order.
After the user has entered all requested variables, post them back as JSON encoded to the XRef's URL. (eg. {"<variable_name>": "value"}
If the "request" key is empty, assume fetching has failed.
The text was updated successfully, but these errors were encountered:
If
content-type
isapplication/json
and HTTP Code 401 received when fetching the content of an URL XRef, assume that the content is JSON and has the following structure:Ask the user to enter each requested variable in the specified order.
After the user has entered all requested variables, post them back as JSON encoded to the XRef's URL. (eg.
{"<variable_name>": "value"}
If the "request" key is empty, assume fetching has failed.
The text was updated successfully, but these errors were encountered: