Closed asg017 closed 2 years ago
Currently follows redirects bc expected behavior (I think).
http_settings_set('redirect_behavior', 'follow'); http_settings_set('redirect_behavior', 'nofollow');
How do other HTTP library do this? (fetch, python requests, httpx, rust etc.)
Currently follows redirects bc expected behavior (I think).
How do other HTTP library do this? (fetch, python requests, httpx, rust etc.)