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
Security and permissions
Certain websites may have security policies or permission controls. Login or permission may be required to access the URL.
Specific User-Agent Requirement
Some websites may require a specific User-Agent.
Website Crawling Policy
Web crawling may be prohibited depending on robot.txt or the website's crawling policy.
For the above reasons, rather than handling validation failure on the server, we introduced an alternative that prompts the client to input a different URL if validation fails once.
Certain URLs cause a 422 error in axios.get(url).
Certain websites may have security policies or permission controls. Login or permission may be required to access the URL.
Some websites may require a specific User-Agent.
Web crawling may be prohibited depending on robot.txt or the website's crawling policy.
For the above reasons, rather than handling validation failure on the server, we introduced an alternative that prompts the client to input a different URL if validation fails once.
ex) url : https://www.similarweb.com/
The text was updated successfully, but these errors were encountered: