Well basically i always heard that is not possible to make a print of a webpage without the url in the header unless we go in client side.
Till some weeks ago when i walked through a website with a print button that printed the print version of the page without the url in the header...
So i took a look to the code... To be honest i copied the exact same code in a local html...
Well in result the button still prints but this time with url... then i suppose that it should have some kind of server that resolves something for the print? So the big question... what should I do to print a page without url, server sided without the need to change any settings in client side. Do I need some kind of server app?