[PR #211] [MERGED] Update Request.php #276

Closed
opened 2026-02-27 19:26:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jwilsson/spotify-web-api-php/pull/211
Author: @MACnus
Created: 12/10/2020
Status: Merged
Merged: 12/11/2020
Merged by: @jwilsson

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+6 additions, -0 deletions)

View changed files

📝 src/Request.php (+6 -0)

📄 Description

When using deletePlaylistTracks() Spotify returns the informal "HTTP/1.1 100 Continue" before the rest of the headers. This helped me.

"HTTP/1.1 100 Continue

HTTP/1.1 200 OK
...
...
...

{
"json_return": "data"
}
"


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jwilsson/spotify-web-api-php/pull/211 **Author:** [@MACnus](https://github.com/MACnus) **Created:** 12/10/2020 **Status:** ✅ Merged **Merged:** 12/11/2020 **Merged by:** [@jwilsson](https://github.com/jwilsson) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`6d2f635`](https://github.com/jwilsson/spotify-web-api-php/commit/6d2f63523f1a5de6ead1c5f50eccccb20cc87428) Update Request.php ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Request.php` (+6 -0) </details> ### 📄 Description When using deletePlaylistTracks() Spotify returns the informal "HTTP/1.1 100 Continue" before the rest of the headers. This helped me. "HTTP/1.1 100 Continue HTTP/1.1 200 OK ... ... ... { "json_return": "data" } " --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:26:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-web-api-php#276
No description provided.