Search found 1 match

by scarhill
Thu Oct 25, 2012 12:01 pm
Forum: Development Support
Topic: Recording using HTTP download - HDHomeRun Prime
Replies: 32
Views: 165527

I just wonder what the security implications of this will be.

You should really use POST or PUT. Using GET violates the HTTP spec :
... the GET and HEAD methods SHOULD NOT have the significance of taking an action other than retrieval. These methods ought to be considered "safe".

More ...