skip to Main Content

Ios swift – iOS 17 – URL encoding and not working with server API

I've an app that should call this API: http://109.168.113.11/Acucgi/G7TestWeb.sh?funzione=charge_pms&utente=WXWX&password=TESTWWW1&azienda=RISTORANTE&modo=Json&fl_ad=A&camera=5&data_del=20231004&codadd[0]=V10&qtaadd[0]=1&impadd[0]=7,80&desadd[0]=Cappuccinos In my app I've developed a class who can call this API, but from iOS 17 I've several problem because Apple has updated to RFC 3986 the url encoding. Here's my…

VIEW QUESTION
Back To Top
Search