mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
400 or 401 responde with custom header #468
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#468
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rubengargar on GitHub (Oct 25, 2021).
Is it a duplicated question?
No
Describe your problem
Hi. First of all, tremendous software!
I'm trying to integrate Shelly devices via their REST API but I can't figure how to set the body/headers properly. I can gen the proper response from Postman or resttesttest.com but not in Kuma. Maybe a silly formatting error?
meanwhile in Kuma:

I've used the merge #529 but I can't figure what it is wrong.
Info
Uptime Kuma Version: 1.9.1
Using Docker?: Yes
Docker Version: stable
Node.js Version (Without Docker only):
OS: Unraid 6.9.2
Browser: Edge 94.0.992.50
@louislam commented on GitHub (Oct 25, 2021):
It only accept JSON body currently. Multipart or FormData are not supported.
Feel free to create an enhancement request.