Dynatrace / openkit-java

OpenKit Java Reference Implementation
Apache License 2.0
35 stars 34 forks source link

URL Encode ApplicationID/DeviceID #142

Closed stefaneberl closed 5 years ago

stefaneberl commented 5 years ago

In addition, sometimes the underscore character _ is reserved in Dynatrace/AppMon, therefore we need to URL-encode this character as well.

This PR is cherry-picked from https://github.com/Dynatrace/openkit-java/pull/141