Brandon Jones

Results 4 comments of Brandon Jones

@prescottprue for my use case, I'm using the email returned from an authenticated session to do something in my app. I could likely rewrite my app logic to grab the...

I had this issue too with some long image URLs that contained a lot of query string parameters. Using the md5 hash instead does fix the problem. Thanks for the...

If it helps, here are a couple more screenshots someone else posted on discord. ![image](https://user-images.githubusercontent.com/155808/189254973-d453b688-e971-49de-87c4-e710bc00a350.jpeg) ![image](https://user-images.githubusercontent.com/155808/189254986-ab263f71-17a3-4a18-b80e-efb1f3ff7f2b.jpeg)

Here's a quick gist I whipped up which uses ASIFormDataRequest instead of ASIHTTPRequest to achieve this. It shows the original and updated versions of the requestSession method. https://gist.github.com/2eae1efadf8076b8db58