Mobile app version of vmapp.org
Login or Join
Bethany197

: 301 Redirect on a server and an ASP page This question may seem a bit "childish" but I was wondering what a browser would read first if a 301 redirect is implemented. So if a 301 is implemented

@Bethany197

Posted in: #301Redirect #Asp #Linux

This question may seem a bit "childish" but I was wondering what a browser would read first if a 301 redirect is implemented.

So if a 301 is implemented on an ASP page (script) would the browser read that first or would a 301 on the server-end (Linux server) load first?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Bethany197

1 Comments

Sorted by latest first Latest Oldest Best

 

@Si4351233

With a server side language, no matter what else you put on the page, the code will execute before it is ever rendered in the browser.

So, no, the browser will never see the rest of the page.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme