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

Feature request: additional user-provided HTTP headers and body for AT&G #107

Open
ytmytm opened this issue Apr 9, 2023 · 1 comment
Open

Comments

@ytmytm
Copy link

ytmytm commented Apr 9, 2023

If C64/128 side could pass additional headers for HTTP request (like Authorization: Bearer <TOKEN> for API keys) and/or extra data in GET body method we could make 8-bit REST API clients.

I believe the user-provided data would be injected here, right after Connection: close:

I'm not sure how the communication to pass this extra data should look like - if a new AT command is needed for that.

@bozimmerman
Copy link
Owner

In my wget client, I get around this by, instead of using AT&G, I just make a raw connection using ATC and then start sending headers using ATT

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

No branches or pull requests

2 participants