Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid http status: 414 #113

Open
AlexJMcloud opened this issue Mar 24, 2024 · 5 comments
Open

Invalid http status: 414 #113

AlexJMcloud opened this issue Mar 24, 2024 · 5 comments

Comments

@AlexJMcloud
Copy link

AlexJMcloud commented Mar 24, 2024

При добавлении поста с сайта пишет: Invalid http status: 414.
При тесте через страницу vk api пост добавляется. Параметры одни и те же.

@AlexJMcloud
Copy link
Author

self::$vk->wall()->post(self::$access_token, $_data);

@AlexJMcloud
Copy link
Author

Я так понимаю проект мертвый.......

@AlexJMcloud
Copy link
Author

fail
BUG: вы не разделяете POST и GET параметры. И по итогу все запросы с вложениями идут как GET

@AlexKomMsk
Copy link

Такая же ошибка. Появилась после обновления

@bpegirk
Copy link

bpegirk commented Apr 13, 2024

Поправить функцию на

$response = $this->client->post("{$this->host}/{$method}", ['form_params' => $params]);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants