So, here's the thing. I'm new to the whole HTTP payload data and have an example here from an HTTP Post:
-----------------------------34022565915738
Content-Disposition: form-data; name="utf8"
✓
-----------------------------34022565915738
Content-Disposition: form-data; name="authenticity_token"
gqQVncnB9uY+UAfhauC4a9skcoNIP/2lvhMLaknFylHzjw8TwL6tW5qSSZtUJRjiDuFNb+E5rwuVoxMYmhd+Tw==
-----------------------------34022565915738
Content-Disposition: form-data; name="session[email]"
*****.******@gmail.com
-----------------------------34022565915738
Content-Disposition: form-data; name="session[password]"
***********
-----------------------------34022565915738--
What's up with the 34022565915738
? What is that? Because it changes every time I re-login. I just don't get it. Anybody have a hook?
PS: The whole point is: I want to be able to generate these programatically myself and for that I must understand what that number is.