How can we use the matrix API with a restricted credentials key?
This IP, site or mobile application is not authorized to use this API key. Request received from IP address x.x.x.x, with referer: xxx.xxx
I've tried passing the "Referer" as a header:
mutableRequest.addValue(Bundle.main.bundleIdentifier!, forHTTPHeaderField: "Referer")
How can we use the matrix API with a restricted credentials key?
I've tried passing the "Referer" as a header:
mutableRequest.addValue(Bundle.main.bundleIdentifier!, forHTTPHeaderField: "Referer")