Written by

Question Manoj K · Feb 28, 2017

I tried to pass the HTML in Rest Services But I got the Error

This is the code here:

I got error in form tag declaring

Can anyone help me to resolve this error!!

Comments

Dmitry Maslennikov · Feb 28, 2017

If you would look carefully to your code, you would see this place

all HTML should be between &html< and >

But in your code, some of HTML outside of this command.

0
Tomas Vaverka  Mar 2, 2017 to Dmitry Maslennikov

Yes, this is the syntax error in the code.

Anyway, question is still what is a purpose of such page?  If you require such functionality, wouldn't be better to use standard CSP page?

0