The Wayback Machine - https://web.archive.org/web/20201122042858/https://github.com/exokitxr/exokit/issues/1168
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reality frames queryString redirect #1168

Open
avaer opened this issue Jun 3, 2019 · 0 comments
Open

Reality frames queryString redirect #1168

avaer opened this issue Jun 3, 2019 · 0 comments

Comments

@avaer
Copy link
Member

@avaer avaer commented Jun 3, 2019

Running the tabs default launch command (-t) does not respect redirects at the target.

$ node . -t https://aframe.io/a-painter

☝️ The above will error, even though the server will redirect to https://aframe.io/a-painter/ and serve HTML there:

$ curl -i https://aframe.io/a-painter
HTTP/1.1 301 Moved Permanently
Date: Mon, 03 Jun 2019 20:10:27 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: __cfduid=d3a769ef1415acb3434d12bde9df1b4271559592626; expires=Tue, 02-Jun-20 20:10:26 GMT; path=/; domain=.aframe.io; HttpOnly
Location: http://aframe.io/a-painter/
X-GitHub-Request-Id: DAB2:46B6:417D9:521A0:5CF57EB2
Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server: cloudflare
CF-RAY: 4e144f7e6bc0d511-MIA

<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>

Related PR: #1164

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.