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

Php versions – Check URL/IP with port with regex

My Java 11/Android app has to check if the URL/IP the user entered could theoretically be valid (using myURL.trim().matches(regex)). What should be valid (including variations): stackoverflow.com http://stackoverflow.com http://amazon.co.uk https://www.amazon.co.uk ftp://10.1.1.9 10.1.1.9:1234 http://10.1.1.9:1234/bla What shouldn't be valid: http://bla bla "---" (without…

VIEW QUESTION
Back To Top
Search