thedevs-network / kutt-extension

🔗✂️ Cross-Browser URL Shortener Extension based on Kutt.it
MIT License
134 stars 36 forks source link

attach domain field to shorten request data packet #85

Closed abhijithvijayan closed 4 years ago

abhijithvijayan commented 4 years ago

restore when https://github.com/thedevs-network/kutt/issues/287 is resolved

abhijithvijayan commented 4 years ago

As a workaround (7c14f2980bdb65a9503681f15d72618165447025), the request body is not set to send field domain if it is same as the Host domain

For example, if the default host url is https://mycustomkutt.it and user opts this domain in the select menu, the domain field is not attached to the API request body.