REST requests with HTTPS

1

Good morning,

Someone can get a doubt ... is as follows: I have an application that is inside a domain with certificate (HTTPS).

WhenI'mgoingtoconsumeaRESTservice,Igetthe405returnandthebrowserisinformedthattheconnectionisnotsecure.

I know that my method is POST and accessing this URL in the browser will return the status HTTP 405 ... the question is: Should 405 return be sent using a secure connection?

    
asked by anonymous 05.07.2018 / 17:02

0 answers