In OPENSHIFT I have one application in a cluster attempting to access another REST application but I'm getting a HTTP 405 Method Not Allowed for a POST request. The GET requests seem to be okay, so I'm thinking it's a permission problem. This should be pretty typical micro-services architecture on openshift. So far I cannot figure out where to look for permissions or how to fix this error. The URL for the service I have set to http://rs.opca.svc.cluster.local:8080/statutesrs/rs/. The application attempting to do the post is named op. Is this a permissions problem or do I need a different URL? If permissions, how do I fix it?
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
