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?