Martin9420 / DevOpenAPI

Project: Phase 1 API details DB used: DB2 DB environment: Deploy to Liberty server using Docker Server: Liberty As the details of API, user function management (GET method, POST method, PUT method, DELETE method) is used, and an authentication management system is introduced. Regarding security SQL injection SSL communication AES that's all
0 stars 0 forks source link

WildFly Method Not Allowedについて #30

Closed Martin9420 closed 3 years ago

Martin9420 commented 3 years ago

現在、へPOSTリクエストを飛ばすと、以下のエラーが発生します。 <html>

<head> <title>Error</title> </head>

<body>HTTPのPOSTメソッドは、このURLではサポートされていません。</body>

</html> また、Maven Centralより以下の依存関係を追加しましたが、改善していません。 <!-- https://mvnrepository.com/artifact/org.jboss.resteasy/resteasy-jaxrs --> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxrs</artifactId> <version>4.0.0.Beta5</version> </dependency>

org.jboss.resteasy resteasy-multipart-provider 4.6.1.Beta8 ` この問題について調査をお願いいたします。