openzipkin / zipkin-browser-extension

Chrome and Firefox browser extensions for Zipkin
Apache License 2.0
25 stars 13 forks source link

Handle redirect to `/zipkin` #17

Closed SimenB closed 7 years ago

SimenB commented 7 years ago

This checks if a call to the host provided gives a redirect. If it does, just append /zipkin and call it a day.

A bit naive, but it works 🙂

No idea if it breaks the firefox plugin, I'm going to send a PR with a rewrite for it anyways (as mentioned in #15 the current API used is scheduled for removal)

PS: This need #16 to build correctly

Closes openzipkin/zipkin#1722

codefromthecrypt commented 7 years ago

Great! thanks for sorting this out!