Skip to content

Conversation

@jswolf19
Copy link

@jswolf19 jswolf19 commented Dec 11, 2023

closes #19

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.

@danielklecha
Copy link

It appears that this repository is currently no longer actively maintained. However, the requested fix (along with several other improvements) is now available in an actively maintained fork: SharpIppNext.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

uri scheme support

2 participants