This is not a standard yet but it'd be great if Resty support redirection using meta refresh such as:
<meta http-equiv="refresh" content="0; url=/index.jsp">
resty.FollowMetaRedirects(true)
Most websites follow the HTTP standard, which contains declarations for standard redirection method, but some don't. However, this is not so important because it's often not the case and can cause performance issues.
This is not a standard yet but it'd be great if Resty support redirection using meta refresh such as:
Most websites follow the HTTP standard, which contains declarations for standard redirection method, but some don't. However, this is not so important because it's often not the case and can cause performance issues.