Discussion of challenges you have already solved
wrtlprnft
Posts: 28 Joined: Sun Nov 09, 2008 4:48 pm
Post
by wrtlprnft » Sun Nov 09, 2008 8:13 pm
Too bad you can't just use data:text/plain,pewter scooter …
TeXoR
Posts: 6 Joined: Mon Nov 17, 2008 10:34 am
Post
by TeXoR » Sat Nov 22, 2008 6:15 pm
Mhh it was too easy^^
good to relax from the toooo difficult ones:D
so long...
ketc
Posts: 1 Joined: Wed Nov 26, 2008 6:33 pm
Post
by ketc » Fri Dec 05, 2008 2:45 pm
Maybe you should change this challenge a bit.
I assume that the script is using "strtolower()" to check the submitted url.
But files and folders are case-sensitive and this results in a 404 error message if there's any folder (or the file itself) with an upper-case letter.
adum
Posts: 392 Joined: Thu Apr 19, 2007 12:49 pm
Contact:
Post
by adum » Fri Dec 05, 2008 7:41 pm
hmmn, usually HTTP is case insensitive on URLs
wrtlprnft
Posts: 28 Joined: Sun Nov 09, 2008 4:48 pm
Post
by wrtlprnft » Fri Dec 05, 2008 8:18 pm
The hostname and protocol are case insensitive, but the username, password, path and query are up to the server to interpret, and if that server's OS has case sensitive filenames (which is the case for most currently used non-MS-windows operating systems) the case is likely to matter.
SinistraD
Posts: 89 Joined: Sun Aug 16, 2009 8:39 am
Location: find me
Contact:
Post
by SinistraD » Tue Aug 18, 2009 8:37 am
Let me guess. Most of you hosted on you local server, right? Me too.
laz0r
Posts: 290 Joined: Thu Feb 04, 2010 4:18 pm
Location: Within the depths of Unix
Post
by laz0r » Sat Feb 13, 2010 4:10 pm
I hosted it on a file sharing website and entered the URL of the uploaded file containing just the words "pewter scooter"
There is no spoon.
SnakeSnake
Posts: 7 Joined: Sat Oct 16, 2010 4:19 pm
Location: germany
Post
by SnakeSnake » Sun Oct 17, 2010 9:34 pm
By far the hardest part of this challenge for me was making my editors stop automatically append a newline at the end of a file...
Grevas
Posts: 10 Joined: Sat Oct 16, 2010 3:47 pm
Post
by Grevas » Sun Nov 21, 2010 9:11 am
Solved
Shirosan
Posts: 10 Joined: Sat May 28, 2011 3:40 am
Post
by Shirosan » Fri Sep 14, 2012 11:39 pm
took me some time to find a free host that did not add anything AT ALL... not easy challenge if you don't host it at home or you are behind a router
sascha27
Posts: 5 Joined: Wed Jan 02, 2013 10:03 am
Post
by sascha27 » Tue Jan 08, 2013 11:23 pm
.txt file in the public folder of my dropbox D: too easy for this stage
legis
Posts: 1 Joined: Sun May 29, 2016 7:46 pm
Post
by legis » Sun Jun 19, 2016 7:08 pm
pastebin for the win