kumar prathi

Greenhorn
+ Follow
since Nov 14, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by kumar prathi


William Brogden wrote:
If you want the browser to use a normal URL addressing the Internet, not in Java, you would have to mess with the system stack.




how to mess with the system stack?

which language is suitable to develop this application.

William Brogden wrote:
Bill



What is "Bill";
12 years ago

Gamini Sirisena wrote:Do you mean when you type in a url in the browser this software will actually send that request elsewhere?



yes.
but , that request will send/redirect to my application which is running in same system.
12 years ago

Hebert Coelho wrote:What do you mean standalone java program?

Do you use any server? Or just a desktop software do redirect this calls?

It is not clear what do you want.



I need desktop software/desktop application to redirect browser requests .


I am not using any server here.

Any one please help me regarding this.

12 years ago
Hi All,


I am trying to stop or redirect browser http request using java stand alone program.

Anyone know about this, please help me.
12 years ago

Rob Spoor wrote:Well, Windows 7 and Vista have User Access Control (UAC) enabled by default. This will usually ask you for permission if you want to make any changes to system files and folders, and the hosts file is one of them. Unfortunately, some programs do not trigger the permission dialog, and access simply fails. Java is one of these applications.





is there any other ways to edit hosts file using java in windows 7?


12 years ago
Hi all,

How to edit the hosts file of windows7 using java program .

Any one please help me regarding this.
12 years ago
Hi all,

How to edit the hosts file of windows7 using java program .

Any one please help me regarding this.
12 years ago

Eric Pascarello wrote:Because the file protocol does not return http status codes. Alert/console.log it and you will see what I am talking about.

Eric



Is there any other ways to read a text file using java script .

Please help me ......
how to solve the ActiveX not defined problem while running/executing javascript



XMLHttpRequest cannot load file:////forJavaScript.txt. Cross origin requests are only supported for HTTP.

how to solve above highlighted error


Please help me...................
hi all, i am using following code to read text file using java script that code is pasted below
//-------------------------------------------------------------------------------

//----------------------------------------------------

In the above code the following if condition is not working

if (txtFile.status === 200)
what wrong in my code ,


Any one please help ,it must work in Google Chrome

Paul Clapham wrote:Firefox:

Tools menu
Options option
Advanced option
Network tab
Settings button

Enter the address and port of your proxy server... do I really have to go on? The rest should be obvious to anybody who ever used a computer application.




thank you for replaying, i know this way . i don't need any manual configuration. my intention is every this will be configured programaticaly
12 years ago
Hi all,

My aim is , i want to develop a small plugin using java it will work on browsers.

any one please suggest how to start plugin development and tell me any required configurations .
12 years ago

Rob Spoor wrote:Depends on the browser.



Can you please provide one example using any one browser.
12 years ago

Paul Clapham wrote:

kumar china wrote:I don't need manual configuration, because if we remove or disturb manual configurations on browser it wont work.



That doesn't matter. The way to do what you ask is to write a proxy server and configure the browser to use it. If you're concerned about people reconfiguring your browser and bypassing your proxy server, then configure your network so that all routes to the outside lead through the proxy server. That's what everybody else does when they want to control what sites browsers can and can't do; if they can do it then so can you.



how to configure network for proxy settings commonly for all browsers . can you please explain and provide an example.
12 years ago

Tim Moores wrote:

i think while using proxy configuration we have to set proxy configuration values manually in browser.


Correct

And when the URL/request is not in blocked list , is it(proxy) will give normal response back?


Correct




I don't need manual configuration, because if we remove or disturb manual configurations on browser it wont work.
12 years ago