wakatime / wakatime-cli

Command line interface used by all WakaTime text editor plugins
https://wakatime.com/plugins
BSD 3-Clause "New" or "Revised" License
277 stars 41 forks source link

UrlEncode X-Machine-Name header #859

Closed alanhamlett closed 1 year ago

alanhamlett commented 1 year ago

Fixes https://github.com/wakatime/jetbrains-wakatime/issues/250 by url encoding the X-Machine-Name header because it's value comes from user input.

The WakaTime API now urldecodes X-Machine-Name header on incoming heartbeats, deployed today.