Forum Discussion
World Cup Special: Immersive Squad
I've tried everything. I successfully logged in as the Croatia manager, but the page still doesn't display the roster for the Semi-Finals..
Any advice?
- 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. 
3 Replies
- stevenSilver II 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_marinBronze I Thanks! I did it, and your feedback was really helpful.