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
WebLoop should redirect frontend redirects. That is, if (say) AngularJS redirects from /foo to /bar in JavaScript, WebLoop should probably return an HTTP redirect instead of rendering the page at /bar in response to a GET /foo.
The text was updated successfully, but these errors were encountered:
WebLoop should redirect frontend redirects. That is, if (say) AngularJS redirects from
/foo
to/bar
in JavaScript, WebLoop should probably return an HTTP redirect instead of rendering the page at/bar
in response to aGET /foo
.The text was updated successfully, but these errors were encountered: