You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
If C64/128 side could pass additional headers for HTTP request (like
Authorization: Bearer <TOKEN>
for API keys) and/or extra data inGET
body method we could make 8-bit REST API clients.I believe the user-provided data would be injected here, right after
Connection: close
:Zimodem/zimodem/proto_http.ino
Line 233 in 0a13d6b
I'm not sure how the communication to pass this extra data should look like - if a new AT command is needed for that.
The text was updated successfully, but these errors were encountered: