I am now using a Beacon Reveiver to get the iBeacon Information. Here is the problem:
the receiver platform server only allow me to type a url. How should I do to send the information to azure eventhub?? I found this API:
https://NAMESPACE.servicebus.windows.net/EVENTHUB-NAME/publishers/PUBLISHER-NAME/messages
I tried it ,but it seems doesn't work. Do i miss anything?? or Can anyone teach me how to add the authentication in url? What should I do now?
Thanks