I have Strings like https://www.google.com,htpps://www.tempalate-name1 and need to validate those strings are valid or not, loading it in wkwebview and validating it based on responses with status code like 200... rather than just validating the format of the URL string before loading in a wkwebview bypassing the URL.
Asked
Active
Viewed 42 times
0
-
Possible duplicate of [How to validate an url on the iPhone](https://stackoverflow.com/questions/1471201/how-to-validate-an-url-on-the-iphone) – gstukelj Oct 17 '19 at 10:34
-
hi, I am asking is their piece of the code snippet to validate the URL string by loading it in wkwebview and validating it based on responses with status code like 200... rather than just validating the format of the URL string – RAVITEJA KADALI Oct 17 '19 at 11:08