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
{{ message }}
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
It would be nice to have a script to check the HTTP status code returned for symbols' datasheet URLs. This could make HTTP HEAD requests for the URLs in the .dcm file, and give errors and warnings as appropriate for the different codes. It could even have an option to update URLs that return permanent redirects.
How should such a script be implemented? It doesn't seem inappropriate for the normal symbol checking scripts, except I don't think the framework for that is designed to handle potentially slow network I/O. Would a separate script be preferred, at least in the short term?
The text was updated successfully, but these errors were encountered:
It would be nice to have a script to check the HTTP status code returned for symbols' datasheet URLs. This could make HTTP HEAD requests for the URLs in the .dcm file, and give errors and warnings as appropriate for the different codes. It could even have an option to update URLs that return permanent redirects.
How should such a script be implemented? It doesn't seem inappropriate for the normal symbol checking scripts, except I don't think the framework for that is designed to handle potentially slow network I/O. Would a separate script be preferred, at least in the short term?
The text was updated successfully, but these errors were encountered: