matomo-sdk-ios
matomo-sdk-ios copied to clipboard
Use GET HTTP method for tracking API
In some reason, our server Matomo web interface cannot process request by POST method. Is it possible to support GET method in SDK? Thank you so much.
Hi @itdevapps, thanks for getting in touch. I wasn't aware this is actually possible. But I just checked the Server docs and it is an option. Currently this is not supported, but I am open for an option on for example the 'URLSessionDispatcher'. So if one wants to switch from POST to GET that would be a way. I am open for a PR 😊 Alternatively you can create your own 'Dispatcher' and use that. That should already work.