mschlenstedt / LoxBerry-Plugin-Stats4Lox

A LoxBerry Plugin: http://plugins.loxberry.de/plugin/stats4lox
1 stars 2 forks source link

New fetch: possibly encoding issue with block umlauts #31

Closed christianTF closed 6 years ago

christianTF commented 6 years ago

Does not fetch counters with umlauts.

May also be in LoxBerry::IO::mshttp_call

christianTF commented 6 years ago

Zwei Fehler:

  1. XML::Simple in LoxBerry versteht den Content-Header utf-8 im XML nicht richtig, und encoded das UTF8 nochmal UTF8 (gefixt in Loxberry::IO)

  2. Die ganze URL wurde URL-encoded (inkl. der Slashes), statt nur des Kommandos

Beides gefixt