AxelCB/DSA-AdminDesafios

Post Parameters in Services

Opened this issue · 0 comments

Should consider re-checking the parameters received in parameters where the method is post. Specially if there's sensitive information, it should be sent and received inside the body and not as a path / url parameter, as this could be dangerous (for example, in case someone's sniffing connections)