Skip to content

Fix redirect request.

ThierryFR requested to merge fix-redirection-curl into master

after this post Canon Pixma G4511 (G4010) only reports "device busy", i searched why the sane-escl backend was failing on http://127.0.0.1:60000.
a redirection is made in ipp-usb from 127.0.0.1 to localhost.
Curl considers it a security issue and blocks the request: * Mark bundle as not supporting multiuse.
For 127.0.0.1 I always use localhost.

Merge request reports