Add a specific header to handle provisioning URLs to prevent unsolicited requests
When sharing provisioning URLs around, some tools (such as Gmail or embedding modules) are querying it and therefore trigger some of the mechanisms behind it.
To prevent that FlexiAPI will only handle queries that contains the following header:
X-Linphone-Provisioning
It will return 400 Bad Request if the header is not present.