Skip to content

fix: add Accept-Language header to all confirmation HTTP requests#511

Merged
dyc3 merged 1 commit into
masterfrom
pullfrog/509-add-accept-language-header-to-confirmation-requests
Jul 11, 2026
Merged

fix: add Accept-Language header to all confirmation HTTP requests#511
dyc3 merged 1 commit into
masterfrom
pullfrog/509-add-accept-language-header-to-confirmation-requests

Conversation

@pullfrog

@pullfrog pullfrog Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Adds Accept-Language: en-US,en;q=0.9 to all confirmation HTTP requests.

Steam Community now requires a browser-style Accept-Language header on confirmation endpoints. The header was already present on the bulk POST endpoint (/mobileconf/multiajaxop), but missing from the GET endpoints for:

  • /mobileconf/getlist
  • /mobileconf/ajaxop
  • /mobileconf/details/:id

Related: #509

Pullfrog  | View workflow run | via Pullfrog | Using Kimi K2 (free via Pullfrog for OSS) | 𝕏

Steam Community requires a browser-style Accept-Language header on
confirmation endpoints to avoid HTTP 429 responses. The header was
already present on the bulk POST endpoint, but missing from the GET
endpoints for listing, accepting/denying single confirmations, and
fetching confirmation details.
@pullfrog
pullfrog Bot requested a review from dyc3 July 11, 2026 16:26
@pullfrog pullfrog Bot mentioned this pull request Jul 11, 2026
"application/x-www-form-urlencoded; charset=UTF-8",
)
.header("Origin", "https://steamcommunity.com")
// Steam Community eventually returns HTTP 429 without this browser-style header.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment was lost

@pullfrog pullfrog Bot Jul 11, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error

agent completed without reporting progress

Pullfrog  | Rerun failed job ➔View workflow run | via Pullfrog | Using Kimi K2 (free via Pullfrog for OSS) | 𝕏

@dyc3
dyc3 merged commit d7e05ae into master Jul 11, 2026
3 checks passed
@dyc3
dyc3 deleted the pullfrog/509-add-accept-language-header-to-confirmation-requests branch July 11, 2026 19:27
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

Successfully merging this pull request may close these issues.

1 participant