Currently, I am experiencing a challenge with passing HTML code using QueryString while utilizing the Ajax method to submit comments on my website. This issue arises when I write a post containing code like:
"Hi everybody<br />What's up."
Instead of displaying the entire message, it only shows "Hi everybody" and omits the rest of the content.
Note: I am specifically using the GET method for this process.