PHP Login to roblox

  1. What do you want to achieve?
    Get a PHP server to log into roblox and return either wrong password or success.

  2. What is the issue?
    I tried to use the authentication API (https://auth.roblox.com/docs#!/Authentication/post_v2_login)
    But this asks for cookie or csrf token.

  3. What solutions have you tried so far?

I tried to capture the request with Fiddler and see if I were doing things correct but it again gave me error code 0 - https://auth.roblox.com/docs#!/Authentication/post_v2_login

I don’t want to be required to provide cookie or csrf token.

If anyone has experience with php-roblox please tell me what I am doing wrong or how I should do it instead.

1 Like

CSRF tokens are security measures, so I doubt you will have any luck using the authentication API without having to provide it.

1 Like