jannisborn / PennyMe

Swift code for iOS App "PennyMe"
GNU General Public License v3.0
3 stars 1 forks source link

ChangeMachine/NewMachine - Functional handling of special http characters #283

Closed NinaWie closed 8 months ago

NinaWie commented 8 months ago

Fix #282

The solution with the urlrequest construct works for everything except for + signs. We have a couple of plus signs in title/ address in the json files. The error would not be as bad as with the & sign, since the plus signs are just replaced by space. It's still annoying, so this is still left to do.

jannisborn commented 8 months ago

Alright, I will try to fix the issue with the + as well. Do you think this would work?

https://stackoverflow.com/a/44721277/6383205