alright so basically Idk how to setup post request with multipart data, I’ve tried but it always seems like Im doing something wrong if you want to help the data is below:
-----------------------------345046355177429365311274000
Content-Disposition: form-data; name=“fp”
59cce3632ffc7c32538c6937fe5d952d
-----------------------------345046355177429365311274000
Content-Disposition: form-data; name=“password”
<PASSWORDHERE
-----------------------------345046355177429365311274000
Content-Disposition: form-data; name=“login”
<USERHERE
-----------------------------345046355177429365311274000
Content-Disposition: form-data; name=“recap”
-----------------------------345046355177429365311274000
Content-Disposition: form-data; name="_remember_me"
1
-----------------------------345046355177429365311274000
Content-Disposition: form-data; name="_csrf_token"
xxx
-----------------------------345046355177429365311274000–