You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to know how can I post formatted message to uvdesk api create.
I tried to send message with full html tags, and all html tags were sanitized.
I tried again using php htmlentities()htmlspecialchars(), converting html tags (limited to p, br and a) to ascii counterpart but it is also sanitized.
Can you please help me?
Thanks in advance
The text was updated successfully, but these errors were encountered:
I need to know how can I post formatted message to uvdesk api create.
I tried to send message with full html tags, and all html tags were sanitized.
I tried again using php
htmlentities()
htmlspecialchars()
, converting html tags (limited top
,br
anda
) to ascii counterpart but it is also sanitized.Can you please help me?
Thanks in advance
The text was updated successfully, but these errors were encountered: