Getting Bad request While using Transaction API [MarkLogic]

48 Views Asked by At

I encountered a "bad request" error while using my C# code and Postman to access the transaction API. Upon investigation, I observed that when accessing the API through the load balancer, an additional ID is appended to the request URI. However, direct server requests function correctly, providing the expected transaction IDs. When Requested through Domain Error Response through load balancer

When Requested through Server Direct Response from direct connection

Interestingly, the request succeeds when using the cURL command.

curl --anyauth --user user:pass -X POST -d "" -i -H "Content-type: text/plain" http://DNS:8000/v1/transactions

enter image description here

0

There are 0 best solutions below