Is there an html command to bypass an html filter? -


I am trying to add an html link to a website but the website exits html:

When I look at the source, I get it:

  and  

I really want this to happen:

  & lt; A href = "www.soandso.com" & gt; Www.soandso.com & lt; / A & gt;  

Is there a html command to bypass filters?

Almost certainly not.

Most sites do not exactly do that injecting arbitrary HTML to users. This is the source of XSS (cross-site scripting) vulnerabilities.

If the site strips (or migration) tag, then just enter it in www.example.com and have to do it.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -