Skip to content

Twitter.com to X.com migration giving errors #536

Open
@JanMisker

Description

@JanMisker

I suspect there is a migration happening over at Twitter, all URLs seem to redirect to x.com.
But I also see a form like this as the final destination of the redirects, not sure what that is about.

I put some debug code somewhere to see the response body.

If I submit the form I just end up at x.com...

<!DOCTYPE html>

<head>
    <title>x.com</title>
    <meta http-equiv="refresh" content="5; url = https://twitter.com?mx=1" />
</head>
<form action="https://x.com/x/migrate" method="post" name="f">
    <input type="hidden" name="tok"
        value="[SEEMS LIKE A JWT TOKEN]" />
    <input type="hidden" name="data"
        value="[SOME LONG DATA]" />
</form>
<script type="text/javascript" charset="utf-8"
    nonce="[NONCE]">document.forms.f.submit()</script>
</body>

</html>

Posting here in case others find the same issue, maybe we figure it out or maybe it again changes along the way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions