Why?

It’s not the client cookie, It’s the website’s cookie.

1 Like

Just to be clear guys, What I showed was a different method. Like @ChrisPAR you can’t directly access using just CURL. So don’t get me wrong for posting things like this.

1 Like


*Big brain emoji
I guess curl actually works. So there’s no cookie validation whatsoever? But I hit the security system instead :open_mouth:

3 Likes

It does not because:

However, when Herbert did it, it worked, not sure how (and yes I did try to set the cookie).

6 Likes

Because he had the cookie there

7 Likes

That is why I said this:

I’ll try again in a few minutes or tomorrow (it is 8:59 PM currently and I have school tomorrow).
–EDIT–
I just tried it and it worked!
image

5 Likes

That’s correct, without the cookies JS won’t work.

1 Like

:grinning: :+1:

1 Like


still doesn’t work for me

2 Likes

You are using Herbert’s cookie! Go to dev tools > Application > Cookies and copy the value for __test.

7 Likes

A whole new solution would be to use headless chrome or Firefox. Maybe that would work. I’ve never used a headless browser before, though.

8 Likes

The whole conclusion for me is that this security system sucks.

7 Likes

Yeah, that works. Or just re-invent the cookie.

7 Likes

The cookie is not a static value. You can’t just copy it once and reuse it forever. That would make it way too easy to bypass the security system.

It sounds to me like it’s doing exactly what it’s intended to do.

6 Likes

Intended to prevent bots from accessing but some easy trick bypasses it.

8 Likes

How to see devtools on android?

4 Likes

I don’t have an Andriod so I wouldn’t be able to tell you with certainty that this works but here’s an article:

Alternatively, this is what Bing AI told me:

5 Likes

Hey Admin, The current cookie security mechanism is indeed preventing bots, but wouldn’t it be more efficient if you set the cookie value to reset for each request? This would improve the system. It’s just an idea, though!

It would unnecessarily slow down page load time + break media linked in it, it would still be bypassable by a bot which uses headless browser.

3 Likes

Yeah but it’ll add another security layer though. Why not using CAPTCHA? It’s very effective against bots.