What's new

Closed Is 302 status faster than 200 status??

Status
Not open for further replies.
"GET <URL>" --> "302" --> "GET <NEW-URL>" --> "200"

But, what is ACTUALLY happening is:

"GET <URL>" --> "302" --> "200" --> 129 SEC DELAY --> CLOSE CONNECTION --> OPEN NEW CONNECTION --> "GET <NEW-URL>"

The "302" & the "200" are both for the 1st request!!!
 
Last edited:
For example, 302+200 for the single request is correct as IIS returns 302 telling the client object moved and told it the new location, then browser request the new location and IIS returned 200
 
Last edited:
Alam ko different header status lang Yan ts pero sa mismo 200 status sya mwg established ng connectiono

so parang wala pala pinagkaiba sa speed nila kase if mag status 302 pero sending 200 naman 200 padin mag eestablished??

ty boss
 
Status: 200 (Connection established) Successful - The action requested by the client was successful.

Better aim for this status

Pag lumabas yan sir pinaka ok yan sa

Status: 200 (OK)

Magkaiba kasi yan :)

In my own experience po yan..
 
Status
Not open for further replies.
Back
Top