HTTP error 307 when testing a new profile in url_response
search cancel

HTTP error 307 when testing a new profile in url_response

book

Article ID: 425706

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

HTTP error 307 when testing a new profile in url_response 

Environment

DX UIM, any version

url_response, any version

Cause

Redirecting to itself

Resolution

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.

Recommended Actions

  • Ignore the message: If the monitoring profile otherwise functions as expected, you may choose to ignore the 307 status.
  • Correct the redirection: Review the target server or application configuration to resolve the circular or unnecessary redirect .
  • Verify with cURL: Run the following command from the robot to see the full redirect chain: curl -i --verbose https://[URL]

 

Additional Information

Related Redirect Configuration

If the probe fails due to hitting a redirect limit, update the following keys in the probe configuration:

  • enable_redirect_retry = yes
  • redirect_retry_count (increase as needed) [5].