Safely Add Parameters To a URL Using URLQueryItem
Daily Coding Tip 274
According to Wikipedia, a query string is “part of a uniform resource locator (URL) that assigns values to specified parameters”.
It all begins with a question mark at the end of the base URL. After this point you can add as many parameters as you want in the format name=value, separating each parameter with the & symbol…


