• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

getting from Enthusiast to HTML [assistance request]

Started by andrev, July 24, 2018, 11:24:24 AM

Previous topic - Next topic

andrev

The check wont work because of the 302 Found response.
However, if to use wget http://addressname/filename.txt it will download the file successfully, but the web form returns : '302 unexpected output' or so.
Moreover, host websitename shows ipv6 as well.
How do I get through the step?
Basically, i have two discrete steps when I am accessing the website via wget, for example
First it shows 302 found:
location websitename [following]
and then it gets to the website, but the web check form wont stomach that and will stuck on the first hop saying that 302 is unexpected response.

cholzhauer

What is the site you're asking it to get the file from?

kriteknetworks

Hi Andrev, 302 is not 200. The test wants a 200 response. You should look at your web server configuration and see why your server isn't returning 200 OK.

andrev

#3
"What is the site you're asking it to get the file from?"
the website I am asking to get the file from is https://www.dahlias.me/ . And it will supply the file only if the request comes exactly to the address https://www.dahlias.me/33nhxbuqd.txt [you may check it in the web browser]
" You should look at your web server configuration and see why your server isn't returning 200 OK" In my opinion, that is quite complicated, because I am using sites.google.com. And on the top of it I added the domain name redirection to namecheap and then I included the domain into the cloudflare that has ipv6 support enabled for the website.\

302 means redirect;
200 means ok;
What happens is first redirect and then ok, as it seems to me, in a linear sequence, not at once.
and the redirect is somehow processed by generic means, by wget, for example or by other browsers, so it appears to me that first it outputs 302, then it thinks for a while and asks the new address and then gets ok, but the test halts after the first "hop" as it seems to me , unfortunately and it doesnt go to the redirect address to ask for 200 response again, as it seems to me.
You may see the successful provision of the file from the website in a way reflected below:
" wget https://www.dahlias.me/33nhxbuqd.txt
--2018-08-16 05:22:35--  https://www.dahlias.me/33nhxbuqd.txt
Resolving www.dahlias.me (www.dahlias.me)... 2400:cb00:2048:1::681b:b7c0, 2400:cb00:2048:1::681b:b6c0, 104.27.182.192, ...
Connecting to www.dahlias.me (www.dahlias.me)|2400:cb00:2048:1::681b:b7c0|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://www.dahlias.me/33nhxbuqd.txt?attredirects=0 [following]
--2018-08-16 05:22:36--  http://www.dahlias.me/33nhxbuqd.txt?attredirects=0
Connecting to www.dahlias.me (www.dahlias.me)|2400:cb00:2048:1::681b:b7c0|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.dahlias.me/33nhxbuqd.txt?attredirects=0 [following]
--2018-08-16 05:22:36--  https://www.dahlias.me/33nhxbuqd.txt?attredirects=0
Connecting to www.dahlias.me (www.dahlias.me)|2400:cb00:2048:1::681b:b7c0|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://0b6c72c4-a-62cb3a1a-s-sites.googlegroups.com/site/mylovegeorgin/33nhxbuqd.txt?attachauth=ANoY7cpC-QCQEN9IFwM_mANv-wscWRGq5rPS8QcVWc8B9SzyJ05mCc1Gmq0J3yVHe1C6R3TbfkAvbJCdRGnpPEEhP3PFrIvMxuQRBediVTZekS45TtYy_9b961eoVTJrggO5xO1ZNdNwWwOc-XhUabtneghVU-1eOeF1vUmytMQDiIsnLOX9qPwft54yE2dTWdJu2tX69eYnLiQZIR1VnBxZNUWe99csNA%3D%3D&attredirects=0 [following]
--2018-08-16 05:22:37--  http://0b6c72c4-a-62cb3a1a-s-sites.googlegroups.com/site/mylovegeorgin/33nhxbuqd.txt?attachauth=ANoY7cpC-QCQEN9IFwM_mANv-wscWRGq5rPS8QcVWc8B9SzyJ05mCc1Gmq0J3yVHe1C6R3TbfkAvbJCdRGnpPEEhP3PFrIvMxuQRBediVTZekS45TtYy_9b961eoVTJrggO5xO1ZNdNwWwOc-XhUabtneghVU-1eOeF1vUmytMQDiIsnLOX9qPwft54yE2dTWdJu2tX69eYnLiQZIR1VnBxZNUWe99csNA%3D%3D&attredirects=0
Resolving 0b6c72c4-a-62cb3a1a-s-sites.googlegroups.com (0b6c72c4-a-62cb3a1a-s-sites.googlegroups.com)... 2a00:1450:4010:c0b::89, 173.194.222.137
Connecting to 0b6c72c4-a-62cb3a1a-s-sites.googlegroups.com (0b6c72c4-a-62cb3a1a-s-sites.googlegroups.com)|2a00:1450:4010:c0b::89|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://0b6c72c4-a-62cb3a1a-s-sites.googlegroups.com/site/mylovegeorgin/33nhxbuqd.txt?attachauth=ANoY7cpC-QCQEN9IFwM_mANv-wscWRGq5rPS8QcVWc8B9SzyJ05mCc1Gmq0J3yVHe1C6R3TbfkAvbJCdRGnpPEEhP3PFrIvMxuQRBediVTZekS45TtYy_9b961eoVTJrggO5xO1ZNdNwWwOc-XhUabtneghVU-1eOeF1vUmytMQDiIsnLOX9qPwft54yE2dTWdJu2tX69eYnLiQZIR1VnBxZNUWe99csNA%3D%3D&attredirects=0 [following]
--2018-08-16 05:22:38--  https://0b6c72c4-a-62cb3a1a-s-sites.googlegroups.com/site/mylovegeorgin/33nhxbuqd.txt?attachauth=ANoY7cpC-QCQEN9IFwM_mANv-wscWRGq5rPS8QcVWc8B9SzyJ05mCc1Gmq0J3yVHe1C6R3TbfkAvbJCdRGnpPEEhP3PFrIvMxuQRBediVTZekS45TtYy_9b961eoVTJrggO5xO1ZNdNwWwOc-XhUabtneghVU-1eOeF1vUmytMQDiIsnLOX9qPwft54yE2dTWdJu2tX69eYnLiQZIR1VnBxZNUWe99csNA%3D%3D&attredirects=0
Connecting to 0b6c72c4-a-62cb3a1a-s-sites.googlegroups.com (0b6c72c4-a-62cb3a1a-s-sites.googlegroups.com)|2a00:1450:4010:c0b::89|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: ‘33nhxbuqd.txt.3’

33nhxbuqd.txt.3         [ <=>                ]       5  --.-KB/s    in 0s "
And the file procured by that way is delivered fine, but not if requested otherwise.

So what are my chances to get to HTML level with the situation as the above?

cholzhauer

My grandfather grew dahlias for shows, I like your site.

I can talk to the site over IPv6, but a lookup shows duplicate addresses for both


Non-authoritative answer:
Name:    dahlias.me
Addresses:  2400:cb00:2048:1::681b:b7c0
          2400:cb00:2048:1::681b:b6c0
          104.27.182.192
          104.27.183.192