api/embed-text/url?
cmd + shift + Vで表題付きリンクが貼れる。
code:fetch.js
"headers": {
},
"method": "POST",
});
返却はtitleだけのJSON
サーバー側で受け取ったリクエストヘッダ
code:header.js
{
connection: 'close',
'x-forwarded-for': ***ipv6 host url***,
'x-forwarded-proto': 'https,http,http',
'x-forwarded-port': '443,80,80',
host: **hostname**,
accept: 'text/html',
'user-agent': 'Scrapbox Bot contact@scrapbox.io',
'x-forwarded-host': **hostname**,
}