gerbenjacobs / HabboAPI

A PHP wrapper for the (undocumented) Habbo API
MIT License
44 stars 10 forks source link

Some hotels are blocked by DOSarrest #44

Closed gerbenjacobs closed 6 years ago

gerbenjacobs commented 6 years ago

The hotels com.br, com and es are behind DOSarrest protection and require a cookie to be set by Javascript, to verify you're a 'normal' visitor. Without the correct 'token' the API calls result in HTTP 500 errors.

The code already contained code for something similar but this stopped working and needs investigation.

gerbenjacobs commented 6 years ago

It was actually about the wrong/missing cookie it seems and fixed with v3.0.1