Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • okay, but how do I send multiple dictionaries with only one request like that? Commented Jun 25, 2015 at 14:30
  • @Oz0234 merge your dictionaries into one Commented Jun 25, 2015 at 14:32
  • won't that just replace the values previously added for each key? Also the server fails to read the parameters correctly if I pass them inside a NSDictionary Commented Jun 25, 2015 at 14:57
  • @Oz0234 oh then you should use a array as paramter Commented Jun 25, 2015 at 15:02
  • the server still can't read the parameters of the request like that Commented Jun 25, 2015 at 15:11