Correct edge case with Guzzle parse_url usage
- To correct the fact that Guzzle use
parse_url
method before appendingbaseUrl
declared in the client, we deal now directly with full urls only
parse_url
method before appending baseUrl
declared in the client, we deal now directly with full urls only