Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#5685 closed defect (bug) (invalid)

Windows Server Refresh vs Linux Server 302 Redirect

Reported by: nberardi's profile nberardi Owned by:
Milestone: Priority: lowest
Severity: minor Version:
Component: General Keywords:
Focuses: Cc:

Description

Why is there a different way in which WordPress handles Windows Servers Vs. Linux Servers HTTP headers. On my Windows machines I get the following header for redirection:

HTTP/1.1 200 OK
Refresh: 0;url=/wp-admin/options-misc.php?updated=true

On my Linux machines I get the following header for redirection:

HTTP/1.1 302
Location: /wp-admin/options-misc.php?updated=true

The reason I mention this is I get this unsightly flicker in my browser when the refresh is used but I get a very nice transition in my browser when the 302 redirect is used.

I also mention this because being a developer myself, I know that code consolidation makes debugging and upgrading much easier.

Change History (2)

#1 @nberardi
17 years ago

  • Priority changed from normal to lowest

#2 @westi
17 years ago

  • Milestone 2.6 deleted
  • Resolution set to invalid
  • Status changed from new to closed

As shown in the comments this is due to a bug in IIS.

http://support.microsoft.com/kb/q176113/

Note: See TracTickets for help on using tickets.