@Bigma Он приходит в ответе от js скрипта
https://www.cleverbot.com/extras/conversation-social-min.js?37, который его генерирует. Не очень понятно из чего формируется icognocheck, чтобы через действие "Джаваскрипт" повторить это , подставив свои переменные. Если в md5 кодируется например вопрос + time + рандом символы, то вполне можно этот сэмулировать думаю. Только кто бы подсказал, что входит в md5? Весь js код не умещается в пост, вот ссылка на весь код: https://js.do/code/471683
if (cleverbot.aimode < 2) {
d += "&islearning=1&icognoid=wsf&icognocheck=";
if (typeof md5 != "undefined") {
d += md5(d.substring(7, 33))
}
}
var cleverbot = {
airemake: 10,
aitimeout: 59,
betweenrequests: 5,
debug: 0,
expiredays: 3,
savelines: 100,
showlinesfull: 8,
showlines: 3,
showopener: 1,
conversationid: "conversationcontainer",
peopletalkingid: "peopletalking",
avatarid: "avatarcontainer",
buttonmode: 1,
aimode: 0,
withreactions: 1,
botname: "Evie",
allowempty: 0,
expandable: 1,
avatarfile: "Evie",
voicetype: "female",
voiceeffects: "",
voiceoverride: "",
voiceoverridelanguages: "",
urlpostfix: "",
numalternates: 0,
alternates: [],
usingalternate: 0,
typereply: 1,
emotionatstart: "",
source: "website",
extradata: "",
page503: "",
num503: 0,
ep: "uc=UseOfficialCleverbotAPI&",
text_en: {
sayit: "say it",
defaultinput: "say to Evie...",
asrerror: "Sorry, that didn't work. Please check your microphone or speak louder.",
allowmicrophone: "Please Allow this website to use your microphone.",
clickandspeak: "Click and start speaking",
clickforsecure: "Click to go to our secure server so you can use the microphone.",
toobusy_short: "Oops, too busy.",
toobusy_long: "Servers are too busy. Please try again later.",
lostconnection_short: "Oops, lost connection.",
lostconnection_long: "Lost connection to server. Please try again later.",
invalidinput: "Your input contains multiple lines or HTML. Please try again.",
repeatedinput: "You have said that several times. Please say something new.",
copypastedinput: "You have already said that in this conversation. Please don't use copy and paste.",
repeatedbot: "I just said that. Please say something new.",
showmorelines: "Show more lines",
showfewerlines: "Show fewer lines",
newconversation: "New conversation",
showfullconversation: "Full conversation",
iamspeaking: "I am speaking",
showavatarusing: "Show avatar using",
showavatarusingpictures: "Avatar images",
showavatarusingflash: "Flash",
showavatarusingeap: "Existor Avatar Player",
rememberconversation: "Continue this conversation next visit",
thinking: "thinking",
stillthinking: "still thinking",
thinkaboutit: "think about it",
thinkforme: "think for me",
thoughtssofar: "thoughts so far",
thoughtssofarnone: "After typing something you'll be able to see a log of what's you've said - your thoughts so far.",
peopletalking: "people talking",
replyrefresh: "Help us improve Evie and your conversation! Press this button to choose the most appropriate reply."