Forum Discussion
Fetch jobs for printer
From endpoint beta/print/services I am able to get this address:
"displayName": "Microsoft Universal Print IPP Service",
"uri": "https://print.print.microsoft.com"
I suppose that's the address where IPP Infrastructure Printer is located and where I should be able to connect via IPP Proxy and fetch jobs for the printer.
But whatever I send, I get 200 response all the time:
Hello world! Version: 26226866
Azure Storage: AccountName=up1northeurope
I tried https, also ipps with 631 port. I tried with device_token also without. Tried with a correct IPP POST request but It looks like I'm reaching wrong endpoint.
Is there any documentation for this endpoint besides IPP-INFRA specification?
Hi, FilipProchazka.
I'm not sure I understand what the scenario you're trying to build is. Haven you taken a look at the UP development documentation?
Also, the article about Building a Universal Print connector may be useful to understand the flow.
Please let me know if the documentation is not helpful.
- FilipProchazkaAug 31, 2020Copper Contributor
Hi, Rani_Abdellatif
Sorry for my late answer. I was not able to find the correct path for IPP service endpoint print.print.microsoft.com/printers
I've tried print.print.microsoft.com/printer|print|ipp/printer|ipp/print so I missed the /printers path.
Now, it looks it works well.