HTTP error 307 when testing a new profile in url_response
DX UIM, any version
url_response, any version
Redirecting to itself
HTTP error 307 in the url_response probe typically indicates that the requested URL is redirecting to itself. This temporary redirect preserves the HTTP method (e.g., POST remains POST), which is the standard behavior for HTTP/1.1.
curl -i --verbose https://[URL]
If the probe fails due to hitting a redirect limit, update the following keys in the probe configuration:
enable_redirect_retry = yesredirect_retry_count (increase as needed) [5].