CaspianXI@lemmy.world to Ask Lemmy@lemmy.world · 1 year agoWhat's a company secret you can share now that you no longer work there?message-squaremessage-square164fedilinkarrow-up18arrow-down10
arrow-up18arrow-down1message-squareWhat's a company secret you can share now that you no longer work there?CaspianXI@lemmy.world to Ask Lemmy@lemmy.world · 1 year agomessage-square164fedilink
minus-squareItsMyFirstDay@lemmy.worldlinkfedilinkarrow-up0·1 year agoI’m not 100% on this but I think GET requests are logged by default. POST requests, normally used for passwords, don’t get logged by default. BUT the Uri would get logged would get logged on both, so if the URI contained @username:Password then it’s likely all there in the logs
minus-squarebleistift2@feddit.delinkfedilinkEnglisharrow-up0·1 year ago GET requests are logged That’s why I specified the receiving web server doesn’t log the URI in my question.
I’m not 100% on this but I think GET requests are logged by default.
POST requests, normally used for passwords, don’t get logged by default.
BUT the Uri would get logged would get logged on both, so if the URI contained @username:Password then it’s likely all there in the logs
That’s why I specified
in my question.