Forum Discussion
World Cup Special: Immersive Squad
- 4 months ago
well, your cookie is halfway ok -> try to completely decode it. (hint: =)
not valid > Q3JvYXRpYQ==%3D%3D
and then accessing the URL ... your idea is not bad (double encoding, but the data is wrong. the stuff before 'croatia.txt': first you're missing an character (now you've got illegal encoding) and then you're ending up in the wrong directory.
I hope that helps.
well, your cookie is halfway ok -> try to completely decode it. (hint: =)
not valid > Q3JvYXRpYQ==%3D%3D
and then accessing the URL ... your idea is not bad (double encoding, but the data is wrong. the stuff before 'croatia.txt': first you're missing an character (now you've got illegal encoding) and then you're ending up in the wrong directory.
I hope that helps.
- l_marin4 months ago
Bronze I
Thanks! I did it, and your feedback was really helpful.