Die Suche ergab 4 Treffer

von justcoding
01 Mai 2015, 15:50
Forum: Bugs
Thema: bug report Worker.py: Encoding announced as gzip, but deflate is used
Antworten: 7
Zugriffe: 4775

Re: bug report Worker.py: Encoding announced as gzip, but deflate is used

Moin, ich habe mir das ganze angeschaut und glaube das Problem ist eigentlich nicht die Reihenfolge, sondern dass später, egal welches Encoding (von gzip / deflate ) gesetzt ist, zlib.compress verwendet wird. Es sollte aber bei "deflate" zlib.compress verwendet werden, bei "gzip"...
von justcoding
24 Apr 2015, 16:52
Forum: Bugs
Thema: bug report Worker.py: Encoding announced as gzip, but deflate is used
Antworten: 7
Zugriffe: 4775

bug report Worker.py: Encoding announced as gzip, but deflate is used

Es geht um die Schnittstelle /rpc?{methoden und parameter} Wer diese Schnittstelle mit Angular oder jQuery benutzen will, wird zunächst von der verwendeten Kompression eingeholt. Akzeptiert der Browser gzip, wird komprimiert, allerdings mit deflate. Ursache ist ein kleiner bug on Worker.py: die Komp...
von justcoding
24 Apr 2015, 16:43
Forum: Freier Support
Thema: OPSI API
Antworten: 19
Zugriffe: 13364

Re: OPSI API

Schuss ins Blaue ohne es genau zu wissen: Lass mal 'Content-Encoding': 'gzip' weg. Sieht so aus als würde hier versucht werden etwas zu decomprimieren, was nicht comprimiert ist Guter Schuss - und fast das Blaue getroffen! Sorry, daß ich mich erst jetzt melde, aber dafür mit einer Lösung. Die Schni...
von justcoding
10 Apr 2015, 14:24
Forum: AndroidOPSIAdmin
Thema: Hostname Barcodes right on the Screen
Antworten: 0
Zugriffe: 15527

Hostname Barcodes right on the Screen

The OPSI Admin can identify a PC, but only if it shows a barcode of the format {'dns':'OPSIhostname'}. What about a tiny Program showing this barcode right on the client's screen? Try this :-) https://github.com/GallusMax/opsi/tree/master/opsi-barcode Hint: we use the MAC address to generate a uniqu...