语言
/v1/url/decode
将百分比编码的字符串转换回其原始形式。 将 %20 解码为空格,将 %26 解码为 & 以及所有其他 RFC 3986 转义序列。
The percent-encoded string to decode.
curl -X POST https://api.botoi.com/v1/url/decode \ -H "Content-Type: application/json" \ -d '{"text":"hello%20world%20%26%20goodbye%3Dtest"}'
对服务器日志中发现的百分比编码 URL 进行解码,使其易于人类读取以进行调试。
在路由用户之前,从 OAuth 回调中解码 state 或 redirect_uri 参数。
Free tier includes 5 requests per minute with no credit card required. Upgrade for higher limits.