API endpoint to test the connectivity of a manually provided proxy configuration from the server.
curl or a similar tool with a valid, current user JWT obtained from your browser’s session after logging in.curl, you need the JWT access token stored by Supabase Auth in your browser.
http://localhost:3000 or https://onlyautomator.com).sb-access-token (the exact name might vary slightly based on Supabase configuration).Authorization: Bearer <your_copied_token> header for your curl or other API tool requests.success: (boolean) true if the proxy was reached successfully, false otherwise.message: (string | null) A message indicating the outcome of the test.ip: (string | null) If successful, the external IP address detected by the target server when routing through the proxy.error: (string | null) If the test failed, provides details about the error (e.g., ECONNREFUSED, ETIMEDOUT, authentication error).Standard user JWT token for authentication.
Bearer token for authentication (JWT)