Try using "Template" action and construct your text with hyerlinks than paste it to page.
Other option is to create simple LOCAL html page somewhere on your hard disk with
desired text and links, than open that local html page in another tab in BAS and than copy
from that tab to the tab where you are working.
Заголовок X-Request-Id при регистрации в mail.ru
-

Как я понял, он генерируется каким то скриптом. Откуда его взять?) -
Дарю:
define("uuid", [], function() { var a = Math.floor, b = Math.random; function c() { return a(b() * 65536).toString(16) } return function d(a) { var b = c() + c() + "-" + c() + "-" + c() + "-" + c() + "-" + c() + c() + c(); if (a) { b = b.replace(/^(.*)([a-z])/i, "$2$1") || "a" } return b } });Если кому сложно читать js, то, в двух словах, ID запроса генерируется случайно :)
-
@tavel Я уже давно подарил :)), но поиском видимо было не судьба найти https://community.bablosoft.com/topic/6427/проблема-с-http-запросом
-

function ye(e) { function t() { return Math.floor(65536 * Math.random()).toString(16) } return void 0 === e && (e = "-"), t() + t() + e + t() + e + t() + e + t() + e + t() + t() + t() } function be(e) { return void 0 !== e && "" !== e && null !== e } log (ye())