What does HTTP/1.1 302 mean exactly?

后端 未结 14 2462
礼貌的吻别
礼貌的吻别 2020-12-02 05:49

Some article I read once said that it means jumping (from one URI to another), but I detected this \"302\" even when there was actually no jumping at all!

14条回答
  •  一整个雨季
    2020-12-02 06:15

    As per the http status code definitions a 302 indicates a (temporary) redirect. "The requested resource resides temporarily under a different URI"

提交回复
热议问题