First of all, I know I may be posting in the wrong forum, this is because I just signed up for this account, but I don't have permission to post to the correct forum, please forgive me.
I'm a forum user and I'm trying to bring some convenience to forum members.
We hope that the forum signature can be modified by invoking
I already have
My question is:
How to get
If the
Keep in mind that I'm just a forum user, not a mod or admin, so I don't have any access to the API or add add-ons, all I want to do is simulate the browser's
Please help me, I am using
thanks.
I'm a forum user and I'm trying to bring some convenience to forum members.
We hope that the forum signature can be modified by invoking
curl
by running a bash script in the terminal. I've pored over the POST
request when modifying the signature and tried simulating it in curl
, but I'm running into problems because I don't know how to get the xfToken
.I already have
cookies
and xf_csrf
.My question is:
How to get
xfToken
? Do I need to do some conversion locally? Since xfToken
looks like some kind of hash, are they a hash of xf_csrf
? If yes, how to generate this kind of hash?If the
xfToken
comes from the server, what kind of request do I need to send to the server to get the xfToken
back?Keep in mind that I'm just a forum user, not a mod or admin, so I don't have any access to the API or add add-ons, all I want to do is simulate the browser's
POST
behavior.Please help me, I am using
curl
in linux terminal, would be very grateful if you could provide an example.thanks.
Last edited: