最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

printing - Printer prints raw IPP request as a page (POST ippprint HTTP1.1) - Stack Overflow

programmeradmin1浏览0评论

I am using a printer on Windows 10. Every time I start printing, the printer prints a page containing what looks like a raw IPP (Internet Printing Protocol) request instead of the actual document.

Here is the content that gets printed on paper:

POST /ipp/print HTTP/1.1
Connection: Keep-Alive
Content-Type: application/ipp
User-Agent: Windows Internet Print Provider
Content-Length: 653
Host: localhost
G:attributes-charset utf-8
attributes-natural-language en-us
printer-uri: ipp://localhost/ipp/print

However, the printer works fine for other users or from other applications.

What I Have Tried:

  • Restarted the printer and PC.
  • Checked printer properties and port settings.
  • Reinstalled and updated the Canon printer drivers.
  • Verified that the correct printer is selected as default.
  • Tested printing via USB — same result.

Additional Information:

  • OS: Windows 10
  • Connection type: USB cable
  • Printer Model: Canon
  • Print protocol: IPP (Internet Printing Protocol)

Any help or suggestions would be appreciated. Thanks!

I am using a printer on Windows 10. Every time I start printing, the printer prints a page containing what looks like a raw IPP (Internet Printing Protocol) request instead of the actual document.

Here is the content that gets printed on paper:

POST /ipp/print HTTP/1.1
Connection: Keep-Alive
Content-Type: application/ipp
User-Agent: Windows Internet Print Provider
Content-Length: 653
Host: localhost
G:attributes-charset utf-8
attributes-natural-language en-us
printer-uri: ipp://localhost/ipp/print

However, the printer works fine for other users or from other applications.

What I Have Tried:

  • Restarted the printer and PC.
  • Checked printer properties and port settings.
  • Reinstalled and updated the Canon printer drivers.
  • Verified that the correct printer is selected as default.
  • Tested printing via USB — same result.

Additional Information:

  • OS: Windows 10
  • Connection type: USB cable
  • Printer Model: Canon
  • Print protocol: IPP (Internet Printing Protocol)

Any help or suggestions would be appreciated. Thanks!

Share Improve this question asked Mar 19 at 2:00 Mohamed ZouineMohamed Zouine 948 bronze badges 1
  • I am facing the same issue while developing IPP library for pure C. But nobody seems to care. – CoderBittu Commented Mar 22 at 12:40
Add a comment  | 

1 Answer 1

Reset to default 0

Have a read of this Microsoft article. I believe your issue is related to the update listed.

I think the issue is actually the USB driver

https://learn.microsoft/en-us/windows/release-health/status-windows-10-22h2#usb-printers-might-print-random-text-with-the-january-2025-preview-update

UPDATE: This (USB Printing) issue was resolved by Windows updates released March 25, 2025 (KB5053657), and later.

https://support.microsoft/en-us/topic/march-25-2025-kb5053657-os-builds-22621-5126-and-22631-5126-preview-87a95447-6e12-4cd6-a7cf-ef525b8a489f

I hope this helps with the issue you are having.

发布评论

评论列表(0)

  1. 暂无评论