bigbluebutton / bigbluebutton-api-php

Offical @BigBlueButton PHP API

Home Page:https://github.com/bigbluebutton/bigbluebutton/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

endMeetingCallback adds "/" to GET request

SandraLin1 opened this issue · comments

Hi guys,
I'm trying to set my BBB with an endMeetingCallbackURL. The URL is passed correctly to the server, but when it comes back, it has a slash between host and GET request.
I'm sending https://www.myserver.com/myfile.php?a=name_of_action
and I receive https://www.myserver.com/myfile.php/?a=name_of_action
Everything works fine if I remove the slash and enter the URL manually.
How can I prevent or remove this slash? Or can I fix this with the settings of the server?