[ad_1]
While working on a project I have a series of deep links that go to different apps (could be iOS or android). I want to validate that these urls actually go somewhere and won’t result in an error. I’ve looked everywhere an haven’t found any clear solutions.
- NOTE: this question is NOT involving the syntax or regex for deep links. Rather, I want to know how I would go about validating the deep links go somewhere (ex. for a regular url I can check that the http status code isn’t 404).
[ad_2]