Is there any way to identify the broken links of an artifact in DNG using api?
Hi all,
We are trying to remove the broken links of an artifact in DNG programmatically..is.there anyway to identify the broken links of an artifact?
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi Every one,
Have never tried this, but I guess the only way you'll detect that the target isn't there is to try open the target URL; any non-200 response (apart from 403 authentication failure?) means the target is missing, maybe?
Thanks for reply. Will try to implement like this .