pypxe / PyPXE

Pure Python PXE (DHCP-(Proxy)/TFTP/HTTP/NBD) Server
MIT License
547 stars 125 forks source link

HTTP 404 #203

Closed Le-Syl21 closed 1 year ago

Le-Syl21 commented 1 year ago

during RHEL8 PyPXE write: 2023-02-10 17:12:34,367 [WARNING] PyPXE.HTTP Sending 404 Not Found to 192.168.17.210:33222 for /product/deploy_phy/netboot/dist/rhel/8/8.4/x86_64/BaseOS/Packages/libstdc%2b%2b-8.4.1-1.el8.x86_64.rpm

apparently the %2b from http is not translate as '+'

I will work on