Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is this question about encoding URL GET parameters, i.e. changing spaces to +, or about encoding data to be displayed on an HTML page that may have <,>, and & in it?

0
Posted

Is this question about encoding URL GET parameters, i.e. changing spaces to +, or about encoding data to be displayed on an HTML page that may have <,>, and & in it?

0

You’ve given the answer for the first, but not the case of of HTML escape encoding. You’d want to do this if you’re writing a guestbook (or FAQ entry system) and you don’t want the submitter to be able to submit HTML. I ended up writing a small loop using StringBuffer.replace() to replace ‘<' with '<', etc.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123