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: API-Key in POST Header #218

Open
PXLCoarl opened this issue Feb 29, 2024 · 3 comments
Open

Feature: API-Key in POST Header #218

PXLCoarl opened this issue Feb 29, 2024 · 3 comments
Labels
feature request to do list Features planed to be implemented

Comments

@PXLCoarl
Copy link

Hi,
it would be cool if it were possible to add keys to the data the car sends to a webhook.
Or is it already possible and im just blind?

@Ixam97
Copy link
Owner

Ixam97 commented Mar 7, 2024

Hi,
what kind of keys do you mean? Like customized data fields in the json-structure?
If you are missing a specific data set, I'll have a look into it. But I think you can basically calculate everything important at this point in time.

@PXLCoarl
Copy link
Author

PXLCoarl commented Mar 7, 2024

Ah for context, i built a webhook and built it so that the post request needs an api key in the post header, but i didnt think about if the app even supports something like that

@ivanfmartinez
Copy link

Ah for context, i built a webhook and built it so that the post request needs an api key in the post header, but i didnt think about if the app even supports something like that

If you made the webhook, why not accept the information that you need to identify the client on the request PATH / URI ?

@Ixam97 Ixam97 added feature request to do list Features planed to be implemented labels Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request to do list Features planed to be implemented
Projects
None yet
Development

No branches or pull requests

3 participants