473,394 Members | 1,697 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Hide ajax calls from tools like firebug and other

82
Hi,

is there anyway to hide my AJAXs calls to the server from tools like Firefox firebugs and others. Regular users can not see it by default, but users who use firebug and other related debugging tools can do. This expose the site to attacks.

Any Ideas?
Jul 17 '08 #1
2 10635
rnd me
427 Expert 256MB
no.

it doesn't really open you to any attacks though.

think of ajax as simply opening another page in the background.
if you are not distributing pages you don't want anyone to see, you have nothing to worry about.

-you could encrypt the info.
-you could use comet to stream the data on a persistent connection. (super complicated).
-follow good server security practices and not worry about it.


all in all i guess i am trying to say that http requests etiher from a page url or an ajax call are publicly available. dont use ajax as an excuse to start doing things you shouldn't; you will compromise security.
Jul 18 '08 #2
gits
5,390 Expert Mod 4TB
that is quite true ... and i would like to add the next level to it too :: i would consider it a security issue when i couldn't trace what requests are started from my machine ... so i MUST have the ability to track such requests ... even when you manage it to hide it from firebug then i just need to use anything that observes my outgoinig/incomonig HTTP requests ... so what i really want to say is: you cannot and you shouldn't try to do that, and have rnd_me's advices in mind ...

kind regards
Jul 18 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Ruso | last post by:
I am using ASP to make an application. What I want right now - is to make the self updating list of the users online - based on thier cookies. In my opinion all seems to be writen well with it's...
7
by: trey.bason | last post by:
I know everyone who uses javascript at some point tries to think of a way to hide it from curious users/hackers, so here goes my question. I am trying to display an image map and keep the coords...
17
by: Arjen | last post by:
Hi, I want to reload 2 divs at one click. Ive tried: <a href = "javascript:void(0);"...
2
by: Gregor Kofler | last post by:
FireBug is without doubt a great utility for debugging JS, however with FireBug enabled my little AJAX scripts won't work properly. E.g. http://ajax.gregorkofler.at/index.php?page=tableedit In...
1
by: maildmz | last post by:
Goodafternoon, I have got a minimum Mongrel instance running (see ruby code) and i am hitting it with an Ajax request using Prototype. (see javascript code) I get the 'onLoading' event, but...
3
by: Phil | last post by:
David Mark wrote: I don't have access to VS (can you say "cheapskate"?), and neither Firebug nor Opera give me enough info to know what's going on - or maybe I'm just lousy at using them. Got...
3
by: john6630 | last post by:
I ran across this ajax framework and it looks very good. It addresses both the JS and PHP sides with a clever "controller" on the PHP side and Firebug debugging on the client side. Also has a nice...
5
by: MelindaM | last post by:
Hi guys, I created a form for searching through a parts library that I have stored in a MySQL database. I'm not new to web programming but this is my first time using PHP and Ajax. I have four...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.