Closed Twace closed 1 year ago
Patched by removing "Referer": "app:/cache/t1.bin/[[DYNAMIC]]/2",
line 116 in msp.py
but I got error 500. I think it's because there is something wrong in the checksum because of objects used
I tried to generate checksum by using the exact same request except header than in charles (no ticket replacement) and I got an different checksum value.
hello, I'm trying to create movie with theses two methods
MovieStarPlanet.MobileServices.AMFMovieService.CreateMovieWithSnapshot
MovieStarPlanet.WebService.MovieService.AMFMovieService.SaveMovieWithSnapshot
but I got this error
ErrorFault level=error code='Server.Processing' description='Unauthorized' 200
I used bytes from request directly to get objects like movie (+Scenes) (using fiddler classic and export to base64)
Thanks in advance for anyone that will take on his time to help me!