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 comes up from time to time, but I don't think there's any recent discussion or sufficient documentation, and there seems to be some confusion about how this works.
Media links (http..../media/...?open) pre-check the resource by calling a HEAD request with a timeout (currently 3 seconds). If this returns a 200 status code the link works as expected, if not there's a message displayed and the user is provided a direct link.
The results of this operation are available in reports/exit links.
This is intended to do two things:
Log the request, including any problems with the check request
In the event of an unsuccessful HEAD request, alert the user that the external resource may be broken. (It may also just be refusing to talk to Arctos - perhaps that needs clarified?)
Other parts of Arctos which may involve external resources do not do this - eg Other IDs are identifiers, a broken link does not necessarily equate to the identifier being less useful.
Should Arctos somehow be doing something different?
This discussion was converted from issue #4071 on June 14, 2022 16:49.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
refs:
#4055 (comment)
#3950
#2986 (comment)
#2513 (comment)
and probably more
This comes up from time to time, but I don't think there's any recent discussion or sufficient documentation, and there seems to be some confusion about how this works.
Media links (http..../media/...?open) pre-check the resource by calling a HEAD request with a timeout (currently 3 seconds). If this returns a 200 status code the link works as expected, if not there's a message displayed and the user is provided a direct link.
The results of this operation are available in reports/exit links.
This is intended to do two things:
Other parts of Arctos which may involve external resources do not do this - eg Other IDs are identifiers, a broken link does not necessarily equate to the identifier being less useful.
Should Arctos somehow be doing something different?
Beta Was this translation helpful? Give feedback.
All reactions