Skip to content

uri scheme support #19

@jswolf19

Description

@jswolf19

The http request scheme is currently hard coded, so using https or ipps is not currently supported.
ipp requests do not currently default to port 631.

If ipp or ipps is the scheme and a port is not provided, the port should default to 663 (and not 80/443).

This would be a breaking change for usages where

  • the uri scheme is ipp, but a port is not provided and a connection on port 80 is desired
  • ipps/https are specified but an insecure connection on port 80(when port is unspecified) is desired

This should solve any issues addresed by #16 but won't break usages that currently supply an ipp uri scheme.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions