bigbluebutton-api-php icon indicating copy to clipboard operation
bigbluebutton-api-php copied to clipboard

Header may not contain more than a single header, new line detected at ....

Open cod3r0k opened this issue 4 years ago • 2 comments

In some join requests, users get stuck with the following error. What's going on? Could you help me?

Header may not contain more than a single header, new line detected at /var/www/xxxxx/vendor/symfony/http-foundation/Response.php:359)
[stacktrace]
#0 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 /var/www/xxxxx/vendor/symfony/http-foundation/Response.php(359): header()
#2 /var/www/xxxxx/vendor/symfony/http-foundation/Response.php(393): Symfony\\Component\\HttpFoundation\\Response->sendHeaders()
#3 /var/www/xxxxx/public/index.php(62): Symfony\\Component\\HttpFoundation\\Response->send()
#4 {main}
"} 

cod3r0k avatar Oct 02 '21 06:10 cod3r0k

@cod3r0k Do you still have the filed issue?

GhaziTriki avatar Dec 17 '21 11:12 GhaziTriki

i got exactly the same error still can't solve

aunglynn550 avatar May 27 '22 13:05 aunglynn550

It is technically possible to have duplicate headers in HTTP but up to the implementer to fix it.

GhaziTriki avatar Apr 23 '24 08:04 GhaziTriki