The server-security tag has no wiki summary.
1
vote
2answers
712 views
Why special characters are deemed risky in URL and query strings?
From a security perspective, the special characters like '&' or <b> are a big no no in URLs and query strings. I could find the articles that explained the ways to bypass this restriction, ...
0
votes
1answer
367 views
WCF service and security
Been building a WP7 app and now I need it to communicate to a WCF service I made to make changes to an SQL database. I am a little concerned about security as the user name and password for accessing ...