mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
attach domain field to shorten request data packet #20
Reference in New Issue
Block a user
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 @abhijithvijayan on GitHub.
restore when https://github.com/thedevs-network/kutt/issues/287 is resolved
@abhijithvijayan commented on GitHub:
As a workaround (
7c14f2980b), the request body is not set to send fielddomainif it is same as the Host domainFor example, if the default host url is
https://mycustomkutt.itand user opts this domain in the select menu, thedomainfield is not attached to the API request body.