• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Cross Site Scripting

Community Beginner ,
Aug 22, 2006 Aug 22, 2006

Copy link to clipboard

Copied

I've had a read of this article however the solution of using HTMLEdit() doesn't really apply / work for my situation.
What are some other solutions to the cross site scripting issue?
TOPICS
Advanced techniques

Views

373

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 23, 2006 Aug 23, 2006

Copy link to clipboard

Copied

anyone?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 24, 2006 Aug 24, 2006

Copy link to clipboard

Copied

LATEST
what's your scenario? are you using the URL parameters to update a db, if so then don't, and pass it through as a form variable. Similarly; if reading from a database bind your parameters. Also, don't output url parameters to HTML text and response to the client.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation