307 Temporary Redirect indicates a temporary redirect, but the HTTP request method remains unchanged.
The user is redirected to another URL while keeping the original request method (e.g., POST remains POST).
200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: fc9.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=Cache-Control content="no-cache, no-store, must-revalidate"><meta http-equiv=Pragma content=no-cache><meta http-equiv=Expires content=0><meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"><meta name=robots content=noindex,nofollow><meta name=apple-touch-fullscreen content=yes><meta name=apple-mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-status-bar-style content=black><meta name=format-detection content="telephone=no"><meta name=format-detection content="email=no"><meta name=renderer content=webkit><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=HandheldFriendly content=true><meta name=MobileOptimized content=320><meta name=screen-orientation content=portrait><meta name=x5-orientation content=portrait><meta name=full-screen content=yes><meta name=x5-fullscreen content=true><meta name=browsermode content=application><meta name=x5-page-mode content=app><meta name=msapplication-tap-highlight content=no><meta name=renderer content=webkit><meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"><title id=headTitle></title><script>// 新增GA // (function (w, d, s, l, i) { // w[l] = w[l] || []; w[l].push({'gtm.start': new Date().getTime(), event: 'gtm.js'}) // var f, j, dl // f = d.getElementsByTagName(s)[0] // j = d.createElement(s) // dl = l !== 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = // 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f) // })(window, document, 'script', 'dataLayer', 'GTM-5D3G46K'); (function () { var IEvar = '9' var IEnum = navigator.userAgent.toLowerCase() if (IEnum.indexOf('msie') > -1) { if (Number(IEnum.match(/msie ([\d.]+)/)[1]) < IEvar) { location.href = '/updateBrowser.html' } } else { if (window.localStorage && window.sessionStorage) { try { sessionStorage.setItem('TextLocalStorage', 'hello world') sessionStorage.removeItem('TextLocalStorage') localStorage.setItem('TextLocalStorage', 'hello world') localStorage.removeItem('TextLocalStorage') } catch (e) { alert('您的浏览器太旧或者开启了隐私模式/无痕模式,无法浏览网页,请更换浏览器或使用常规模式,给您带来的不便,表示抱歉!') } } else { location.href = '/updateBrowser.html' }; } })(); // (function () { // if (location.href.search('CanPc') > -1) { // sessionStorage.setItem('CanPc', 1) // } // var u = navigator.userAgent // if (!!u.match(/AppleWebKit.*Mobile.*/) && !sessionStorage.getItem('CanPc') && // location.href.indexOf('//m.') < 0) { // location.href = location.href.replace('www.', '').replace('//', '//m.').replace('.html', // '') // } // })(); (function () { if (typeof (Promise) === 'undefined') { document.write( '<script src="/static/local/js/common/es6-promise.auto.min.js"><\/script>') }; if (typeof (fetch) === 'undefined') { document.write('<script src="/static/local/js/common/fetch.min.js"><\/script>') }; })() // document.oncontextmenu = function () { // window.event.returnValue = false // 將滑鼠右鍵事件取消 // return false // } // function iEsc () { return false } document.oncontextmenu = function (e) { /* pages -> mobile.vue QRCODE 要可以按右鍵保存 */ return e.target.id === 'mobileQRcode' }</script><link href=/static/css/app.9cafc4f789aab4bd4c8d197aac23a6a0.css rel=stylesheet></head><body><div id=app><router-view><img style="position: fixed;top:50%;left:50%;margin: -50px 0 0 -50px" src=data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPScxMDBweCcgaGVpZ2h0PScxMDBweCcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIGNsYXNzPSJ1aWwtcmluZyI+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9Im5vbmUiIGNsYXNzPSJiayI+PC9yZWN0PjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjQwIiBzdHJva2UtZGFzaGFycmF5PSIxNjMuMzYyODE3OTg2NjY5MjYgODcuOTY0NTk0MzAwNTE0MiIgc3Ryb2tlPSIjZGMzYjQwIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjIwIj48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgdmFsdWVzPSIwIDUwIDUwOzE4MCA1MCA1MDszNjAgNTAgNTA7IiBrZXlUaW1lcz0iMDswLjU7MSIgZHVyPSIxLjVzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgYmVnaW49IjBzIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9zdmc+></router-view></div><script src=/static/local/js/common/layer.m.js></script><script src=/static/local/js/common/laypage.js></script><script src=/static/local/js/common/xss.min.js></script><script src=/static/local/js/common/gt.js></script><script type=text/javascript src=/static/js/manifest.1bdd0b309efee41b581f.js></script><script type=text/javascript src=/static/js/vendor.2c90a48a645810cf8e47.js></script><script type=text/javascript src=/static/js/app.8c956099128587b20dd4.js></script></body></html>