diff --git a/provider/partition-aws/src/main/resources/application.properties b/provider/partition-aws/src/main/resources/application.properties
index 102f8ba6a96e1ad86ae315ad6111179ff9d3ba4e..ec8271b2c4f460dabaec09a75ae014e7817c2c9a 100644
--- a/provider/partition-aws/src/main/resources/application.properties
+++ b/provider/partition-aws/src/main/resources/application.properties
@@ -12,11 +12,12 @@
 # limitations under the License.
 
 LOG_PREFIX=partition
-server.servlet.contextPath=/api/partition/v1/
+server.servlet.contextPath=/api/partition/v1
 logging.level.org.springframework.web=${LOG_LEVEL:INFO}
 server.port=${APPLICATION_PORT:8080}
 spring.data.redis.repositories.enabled=false
 springfox.documentation.swagger.v2.path=/api-docs
+ACCEPT_HTTP=true
 
 AUTHORIZE_API=${ENTITLEMENTS_BASE_URL}/api/entitlements/v1