0

I am hitting the GET request call where to pass the "id" in the request. Below is the configuration :

ProxyPass /application/(.*)/data/value http://example.com/$1/data/value

when I hit the API through UI getting the 404 but curl giving me correct result when hitting the below api-

curl -X GET http://example.com/1234/data/value -w 

Anyone help me is I am using the correct ProxyPass values?

1
  • what is the URL you are trying to access using UI? Commented Jun 30 at 13:31

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.