Bug: CURLRequest
resolving invalid headers
#8299
Labels
bug
Verified issues on the current code behavior or pull requests that will fix them
PHP Version
8.2
CodeIgniter4 Version
4.4.3
CodeIgniter4 Installation Method
Composer (using
codeigniter4/appstarter
)Which operating systems have you tested for this bug?
Windows
Which server did you use?
apache, cli-server
Database
No response
What happened?
Run test Controller:
See headers values, example:
Curl response contains spaces, new lines.
Should I apply
trim()
to all headers before installing?Expected Output
Headers values without spaces/new lines
The text was updated successfully, but these errors were encountered: