skip to Main Content

How to remove special characters from url? – Ios swift

let ids = [String: [String]] ids=%5B%4566abef1c-4462-4g62-bcc5-5ae10547104c%22,%20%1256efcf8c-6977-430d-b3ec-4ae80547101c%22%5D After appended and passing url params, response failing in response structure special symbol added in -> %5B%% https://baseUrl/endpoint?ids=4566abef1c-4462-4g62-bcc5-5ae10547104c,1256efcf8c-6977-430d-b3ec-4ae80547101c How to remove %22%5D from url? Here Code: let parms: [String: [String]] let urlString = "(baseUrl)/(endpoint)"…

VIEW QUESTION
Back To Top
Search