ID: 31481 Updated by: [EMAIL PROTECTED] Reported By: jason at merchant dot to -Status: Open +Status: Feedback Bug Type: HTTP related Operating System: Windows XP Pro PHP Version: 4.3.10 New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If possible, make the script source available online and provide an URL to it here. Try avoid embedding huge scripts into the report. Previous Comments: ------------------------------------------------------------------------ [2005-01-11 00:07:59] jason at merchant dot to Description: ------------ I am grabbing an https:// page using curl and that page redirects using a relative path like "/page1.php". curl is failing to follow this path. I have tried replacing the relative path with an absolute path on the page I'm grabbing and that worked so I know the problem lies in the relative path redirection. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31481&edit=1