http://qs321.pair.com?node_id=11137466


in reply to Seeking help with HTTPS form upload.

I would look for mentions of the UUID in the HTTP requests made before the progress request. Maybe it is client generated , then you can make up your own stuff, but maybe the server sends a UUID and expects it back.

If all else fails, you can use something like my module WWW::Mechanize::Chrome to get a user agent that runs Javascript, if only to dump the incoming and outgoing requests to search for the origin of the UUID.

  • Comment on Re: Seeking help with HTTPS form upload.