Help with HTTP protocol.

Hi every body.
How can I get HTML code from some page in the internet with
GET data and POST data?
OR
How can use on the usualy sockets like TelNET? I saw the
MXLsocket class, this is the same thing?
TNX all.

Do not know if it's actual for you.
request a XML with POST data is a little bit contraignent
because you send only XML in the data field of the request.
XML.sendAndLoad. (cf.
http://livedocs.macromedia.com/flash/8/main/00002879.html
But if you know how to handle that kind of datas on the
server side, it seems to be your solution.

Similar Messages

  • Update-Help cmdlet not able to update the help with https protocol.

    Hi all,
    I am using powershell 3.0 and trying to implement this updatable feature for our custom powershell module. But I getting the below error:
    PS C:\Users\scorchsvc> update-help -Module <modulename> -Force
    update-help : Failed to update Help for the module(s) 'modulename' : HelpInfoURI
     https://10.65.182.141/dev_releases/modulename/onlinehelp does not start with http.
    At line:1 char:1
    + update-help -Module modulename-Force
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (HelpInfoUri:Uri) [Update-Help], Exception
        + FullyQualifiedErrorId : InvalidHelpInfoUriFormat,Microsoft.PowerShell.Commands.UpdateHelpCommand
    I am able to get this work if I use "http". Error message clearly says that it only expects http. But in the Microsoft help topic for Update-Help cmdlet, it is mentioned that cmdlet works for both http and https both.
    Here are my enteries:
    •HelpInforURI entry in module manifest file is:
                        HelpInfoURI = "https://10.65.182.141/dev_releases/modulename/onlinehelp"
    •HelpContentURI in HelpInfo.xml file is:
                       <HelpContentURI> https://10.65.182.141/dev_releases/modulename/onlinehelp </HelpContentURI>
    I am running powershell as an administrator.
    I am not behind any proxy.
    Windows firewall is off.
    I am mentioning it AGAIN that I am ABLE to update help for our custom module if I use http in HelpInfoURI.
    I am also able to access the URI in IE with http/https.
    Can any one please help?
    Thanks,
    Vinay Ravish

    Hi vinay,
    It seems the certificate issue.
    Please access HelpInfoURI =
    https://10.65.182.141/dev_releases/modulename/onlinehelp with https header to see if your computer could access that.
    If it doesn't work, add it to your trusted site and download to see if there is related certification on that website to download and install it to trusted root certificate for test.
    Karen Hu
    TechNet Community Support

  • Wget with HTTPS protocol

    Hi,
    I am trying to download a file from Oracle site through "wget". I am getting connection time out error. The parameter http_proxy is also set. The file I am trying to download has URL with "https" protocol.
    wget no-check-certificate http-user=<username> http-passwd=<passwd> output-document=<zip file name> "HTTPS URL"
    Please advice. Is the above command correct to download the file through https protocol?
    Thanks

    Please see (Patch download automation for Sun products using wget [ID 1199543.1]) for the correct syntax.
    You may also review these docs/links.
    Using WGET to download My Oracle Support Patches [ID 980924.1]
    Retrieving Oracle patches with wget
    http://only4left.jpiwowar.com/2009/02/retrieving-oracle-patches-with-wget/
    Thanks,
    Hussein

  • Some internet radio stations with http protocol and mp3 format not working in AIR 2.0

    First, i am sorry for my bad english. When I publish swf for Flash 10 player all stations in my list works. If I publish them for AIR 2.0 stations with adress end ":XXXX", where XXXX is port number, they cannot work. What is problem? Thanks in advance.

    Perhaps,  in the previous post I wasn't clear enough, so I'll try to make it better: I am using the Adobe Flash CS5 and AS3. I wrote the script for listening internet radio stations. In the station list I named only those that use HTTP protocol and mp3 format, cause I know the limits of Flash in audio streamings. If I publish FLA file in SWF for Flash 10 player all the stations can be listened.. If swf file is made for AIR 2.0 there's a problem: the stations with adress  http://xxx.xxx:xxx/<something> can be listened, and those without extension behind the port number (:xxx) can not. Main parts of the script are:
    startButton.addEventListener(MouseEvent.CLICK, listen);
    req.url= "<adress>";
    snd = new Sound();
    snd.load(req);
    private function listen(event:MouseEvent):void {
    req = snd.play();
    Example:
    adress=http://scfire-ntc-aa08.stream.aol.com:80/stream/1010 - working
    adress=http://www.radionovosti.rs:443/radionovosti56s.mp3 - working
    adress=http://sh1.beotel.net:8002 - not working
    adress=http://77.105.36.58:8881 - not working
    It would be great if someone of Adobe employers explain to me what is the problem. Thanks.

  • Using webgui with HTTPS protocol

    Hi All
    I have a WAS 700 (abap + java) where I have activated:
    - webgui
    - SSO
    Webgui works fine on port HTTP (8000) but now I want to use HTTPS protocol.
    I have tried to change the instance parameter icm/server_port_0
    from
    PROT=HTTP,PORT=80$$
    to
    PROT=HTTPS,PORT=80$$
    but unfortunately this is not sufficient or is completely wrong!
    After this change webgui do not work anymore !!
    Any suggestions ??
    thx in advance
    Pierfrancesco
    Edited by: Pierfrancesco Cocco on Sep 4, 2008 4:31 PM

    Hello,
    To HTTPS enable your application server
    Follow the steps provided here:
    http://help.sap.com/saphelp_nw70/helpdata/EN/65/6a563cef658a06e10000000a11405a/frameset.htm
    That should get HTTPS working in SMICM.
    Also,
    After the above configuration, you would also need to enable HTTPS in SICF for your webgui in
    SICF ->navigate to /default_host/sap/bc/gui/sap/its/
    Right click on the service and click on Display element, you should see a window where you can specify the service details.
    Switch to service data tab (which is normally the first tab selected) on this tab , there is a security requirement box.
    Select SSL over here.
    Regards,
    Siddhesh

  • Need Help for  SOAP sender with HTTPS protocol

    Hi Team
    We have a scenario where the sender is a 3P system and they will be sending the message using web service.They will send the data using SSL ( HTTPS) using certificates.
    In the sender soap adapter , I have two options
    1. HTTPS with client Authorization
    2. HTTPS without client Authorization
    I think I need to use the first option. But I have doubt regarding certificates
    1. Who is going to provide the certificate? is it PI Team or the third party team.
    2. Once we have the certificate where we need to store it in NWA? is it in the TrustedCA keystore view or service_ssl keystore view.

    Hi Indrajit,
    Krupa already shared a valuable resource on how to set up on Double Stack PI, so I'll focus on what's left to deal with / open questions.
    Indrajit Sarkar wrote:
    In the sender soap adapter , I have two options
    1. HTTPS with client Authorization
    2. HTTPS without client Authorization
    I think I need to use the first option. But I have doubt regarding certificates
    1. HTTPS with client authorization means that the 3rd party would not give username / password to authenticate to your PI but present a certificate you are trusting. You can think of this as an admission ticket to communicate with your PI server
    2. HTTPS without client authorization means they will authenticate with username password.
    In both cases the caller (3rd party) would need to trust your PI server. Most commonly this trust is established by not trusting your PI server's explicit certificate but in trusting the CA that issued your PI server's certificate. This CA can very well be a company internal CA. That way, if you happen to need changing the hostname of the server some time in the future, trust situation is still valid.
    In case of 1. (HTTPS with client authorization) your PI server in turn would also need to trust the 3rd party caller. This is often done in such ways that the interal CA on your side issues a client certificate with the CN of the caller. The caller presents this certificate to your server upon making a call (see here for a picture https://help.sap.com/saphelp_nw74/helpdata/en/43/dc1fa58048070ee10000000a422035/content.htm). You will also need to back up this process on your PI server by mapping the certificate to a specific user.
    --> Option 2 is the more polished one with ability to withdraw a certificate and the like. However it does result in some overhead setting it up so I personally would go with Option 1 if there's no business need / security policy enforcing so.
    HTH
    Cheers Jens

  • Help with http 401 code ?

    [Add] I forgot to mark this as question [Add]
    I wrote a smalll program that send the xml to soap webservice on the server
    If I use the browser to type the link on(http://myserver/myservices/RequestWS) , it pops up a window authenfication box. I type user name and password in and it works (logged in, see the message from the server)
    However, if I run the java code below, the error is thorwn when I write to the outputStream.
    public static void main(String[] args) throws Exception {
    String SOAPUrl = args[0];
    String xml = args[1];
    URL url = new URL(SOAPUrl);
    URLConnection connection = url.openConnection();
    HttpURLConnection httpConn = (HttpURLConnection) connection;
    byte[] b = xml.getBytes();
    // Set the appropriate HTTP parameters.
    httpConn.setRequestProperty( "Content-Length",String.valueOf( b.length ) );
    httpConn.setRequestProperty("Content-Type","text/xml; charset=utf-8");
    httpConn.setRequestMethod( "POST" );
    httpConn.setDoOutput(true);
    httpConn.setDoInput(true);
    httpConn.setAllowUserInteraction(true);
    httpConn.setDefaultUseCaches(false);
    httpConn.setUseCaches(false);
    OutputStream out = httpConn.getOutputStream();
    System.out.println("httpConn.getResponseCode():"+httpConn.getResponseCode());
    out.write( b );
    out.close();
    }The console is:
    httpConn.getResponseCode():401
    java.io.IOException: Server returned HTTP response code: 401 for URL: http://ADMIN:password@myserver/myservices/RequestWS
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at SOAPClient.main(SOAPClient.java:81)
    Caused by: java.io.IOException: Server returned HTTP response code: 401 for URL: http://ADMIN:password@myserver/myservices/RequestWS
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at SOAPClient.main(SOAPClient.java:74)
    Exception in thread "main"
    Please help.
    Thank you very much
    Edited by: mycoffee on Jun 8, 2010 10:27 AM
    Edited by: mycoffee on Jun 8, 2010 11:06 AM

    morgalr wrote:
    [Check this thread, it should answer your question.|http://forums.sun.com/thread.jspa?threadID=5247915]
    Thank for quick help. My mistake is the colon after "Authorization
    I removed it and I get another error now from 401, now I am getting 500 :D
    {code}String creds = "ADMIN:password";
    String encodeCreds = Base64.encode(creds.getBytes());
    httpConn.setRequestProperty("Authorization:", "Basic "+encodeCreds); {code}
    Edited by: mycoffee on Jun 8, 2010 12:35 PM
    Edited by: mycoffee on Jun 8, 2010 12:36 PM

  • Help with HTTPS

    I have a vendor with an HTTPS server application. I connect to the server, and send data via Posts, and they reply.
    Here is an example of the code:
    try{
    System.setProperty("java.protocol.handler.pkgs","com.sun.net.ssl.internal.www.protocol");
         Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
         URL u = new URL(url);
         HttpsURLConnection huc = (HttpsURLConnection) u.openConnection();
         huc.setDoOutput(true);
         huc.setDoInput(true);
         huc.setRequestMethod("POST");
         huc.connect();
         String sndData = URLEncoder.encode("Data sent to remote application);               
         OutputStreamWriter osr = new OutputStreamWriter(huc.getOutputStream(),"UTF-8");
         BufferedWriter bw = new BufferedWriter(osr);
         bw.write(sndData, 0, sndData.length());
         bw.flush();               
         bw.close();
         InputStreamReader isr = new InputStreamReader(huc.getInputStream());
         BufferedReader br = new BufferedReader(isr);
         String response = br.readLine();
         processResponse(response);
         huc.disconnect();
    This code works fine. However, I need to build on this. I would like to keep the HTTPS connection, and send/receive multiple times. Any suggestions?
    Thanks.

    Hi,
    I have exactly the same code, but have on:
    avax.net.ssl.HttpsURLConnection con = (javax.net.ssl.HttpsURLConnection)url.openConnection();
    following exception:
    Exception in thread "main" java.lang.ClassCastException: com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl
         at SimpleClient.madeObjectCall(SimpleClient.java:67)
         at SimpleClient.<init>(SimpleClient.java:26)
         at SimpleClient.main(SimpleClient.java:106)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)
    What do you do different?
    Thx a lot.

  • Help with http request

    Please, help me with two problems I have to solve. I'm beginner in Java.
    1. Create a simple program that sends http request for index.html and shows the result.
    2. Create a simple program that gets the list of messages from a give mailbox over POP3 (server, username, pass - give as params).
    Thank you!

    But I think that I need request like this:
    GET /index.html HTTP/1.1
    Host: www.example.com
    and as a result (maybe) something like this:
    HTTP/1.1 200 OK
    Date: Mon, 23 May 2005 22:38:34 GMT
    Server: Apache/1.3.27 (Unix) (Red-Hat/Linux)
    Last-Modified: Wed, 08 Jan 2003 23:11:55 GMT
    Etag: "3f80f-1b6-3e1cb03b"
    Accept-Ranges: bytes
    Content-Length: 438
    Connection: close
    Content-Type: text/html; charset=UTF-8Well, under the covers, that will be what you have.
    It says "simple program" - do you think you are expected to connect your own socket and send a request you build from scratch yourself? Unlikely.
    As for the response - you can probably skip the headers and just display the content that follows (in your example 438 bytes).

  • Adobe Update Server - help with HTTP service

    Hi all,
    Could anyone please help me out with the specifics for the HTTP server needed for the Adobe Update Server?
    I'm reading the TechNotes PDF, though helpful for the updater server itself, it isn't really clear on the HTTP service part.
    What url exactly? which rights? and so on...
    Maybe someone could host a website on his OS X Server machine and make some screenshots for me?
    Thanks in advance!!

    Hi,
    There is no specific requirement from the http server for setting up adobe update server using AUSST. It should be any up-and-running http server say Apache. URLs are automatically generated by AUSST in form of client configuration files, so you do not need to bother about the URLs as such.  Similarly rights to the generated updater contents would also be automatically taken care by the tool itself. The only thing you need to figure out and tell the AUSST tool is the http based URL corresponding to the update server root that you are setting up. The latest documentation at http://www.adobe.com/content/dam/Adobe/en/devnet/creativesuite/pdfs/UpdateServerSetupTool_ TechNote.pdf has some troubleshooting steps that help you out with most common issues.
    Thanks,
    Manju
    (AUSST Engineering team)

  • Need help with HTTP keep-alive

    Hi folks!
    I have this very simple web server and I would like to add keep-alive support. I've been trying to get my head around it for a while and could need some help (I found this question in the archive, but those replies didn't help)...
    This is my starting point (stripped down to the basics):
    /* A listener thread that accept incoming requests by creating new request handlers */
    public class HTTPListener implements Runnable
        private ServerSocket serverSocket;
        public HTTPListener(int port)
            // Try to create a server socket on specified port
            try
                serverSocket = new ServerSocket(port, 0);
            catch (IOException ex)
                System.err.println("Oops!");
        public void run()
            while (!Thread.interrupted())
                try
                    // Listen on server socket until a request arrives
                    Socket s = serverSocket.accept();
                    // Create handler to service request
                    RequestHandler h = new RequestHandler(s);
                    new Thread(h).start();
                // Server socket closed when listening
                catch (SocketException ex)
                    Thread.currentThread().interrupt();
                // Failed to close socket or failure during server socket accept
                catch (IOException ex)
                    System.err.println("Failed to accept request");
            try
                serverSocket.close();
            catch (IOException ex)
                System.err.println("Hmpf...");
    /* Handler that prints out requests and always answers with status 200 */
    public class RequestHandler implements Runnable
        private Socket socket;
        public RequestHandler(Socket s)
            socket = s;
        public void run()
            System.out.println(">>> New request handler");
            try
                BufferedReader reader = new BufferedReader(new InputStreamReader(socket.getInputStream()));
                String str;
                while ((str = reader.readLine()) != null)
                    System.out.println(str);
                sendDummyReplyWithKeepAlive();
                reader.close();
                socket.close();
            catch (IOException ex)
                System.err.println("Crap, got an exception!");
    }When I run the server (which in reality has a little more to it) I never get more than one request printed for each ">>> New request handler", which is not surprising!
    Now, with keep-alive support I expect to get consecutive requests from the same client printed by the same handler instance. What I have to do (as I've understood from my readings) is to modify the while loop in the request handler that reads from the socket so that it spins until the connection is closed by the client (or a keep-alive timeout occurs) and blocks while there is nothing to read.
    Perhaps I'm being stupid now, but how do I actually do this?

    ejp wrote:
    and also an incorrect implementation of the timeout period. This code will still wait forever if no data arrives.You're right... actually I didn't mean to put that while loop there! What I meant was simply
    if (!reader.ready())
        wait(keepAliveTimeout);
    if (!reader.ready())
        break mainLoop;
    // If we get here there is a new request to read...and I agree that it's ugly, that's why I'm asking you guys for help!
    setSoTimeout() is of course a way to go... didn't think of that although I have kind of already added it to my code but with a different timeout. Thanks!
    Last question then is:
    does reader.readLine() block like reader.read(), or do I have to use the latter?
    I would test for myself I could, but at the moment I can't...

  • Help with http login privilige levels. Aironet AP-1100.

    In CLI we have users log in at priv 1 and use "enable" to increase privilege and do configurations. This allows "accounting" of command history.
    On the AIR-AP1121G-A-K9 (12.3(8)JED1) I cannot duplicate this for http login.
    I can log in as a user at priv 1. When I try to go to a privileged link like "Security" I get prompted for a second login/pw. Nothing works here unless I have a second user defined at priv 15 and enter that login/pw. The problem is - that login/pw can be used to log in via http in the first place which bypasses accounting of the actual user. It also allows login to the CLI at priv 15 which I cannot permit.
    To test I'm trying to use the most simple tests. No https, no radius, etc.
    After extensive reading of documens and forums I am using this:
    username test1 secret 5 abcdxxx
    username test2 privilege 15 secret 5 efghxxx
    enable secret 5 ijklxxx
    aaa new-model
    <--omit wireless stuff-->
    aaa authentication login default local
    aaa authorization exec default local
    aaa authentication login HTTPonly local
    aaa authorization exec HTTPonly local
    aaa authorization commands 15 HTTPonly local
    aaa cache profile admin_cache
    all
    aaa session-id common
    ip http server
    ip http authentication aaa login-authentication HTTPonly
    ip http authentication aaa exec-authorization HTTPonly
    ip http secure-server

    I'm thinking that maybe it can't be done. I was trying to have the AP require a user level login and then require a second  "enable" password for enable privileges - with "straight to enable" not possible  from the initial login.
    Here are some more attempts:
    (p1 = user with default privileges, p15 = user defined with privilege 15)
    (step up = can authenticate when some gui links result in secondary login dialog)
    aaa authentication login default local
    ip http server
    no ip http secure-server
    ---Only allows login with no login name, just enable pwd---
    aaa authentication login default local
    ip http server
    ip http authentication local
    ---Allows login with p1 or p15. Only p15 works for step-up---
    aaa authorization exec http1 if-authenticated
    aaa authorization commands 15 http1 local
    ip http server
    ip http authentication aaa exec-authorization http1
    ---Allows login with p1 or p15 user but no step-up if p1---
    aaa authentication login default local
    aaa authorization exec default local
    aaa authorization exec http1 local
    aaa authorization commands 15 http1 local
    ip http server
    ip http authentication aaa exec-authorization http1
    ---Allows login with p1 or p15 user but no step-up if p1---
    aaa authentication login http1 enable
    aaa authorization exec http1 local
    aaa authorization commands 15 http1 local
    ip http server
    ip http authentication aaa login-authentication http1
    ip http authentication aaa command-authorization 15 http1
    no ip http secure-server
    ---Allows login with p1 or p15 only if using enable pw but no step-up if p1---

  • Need help with http POST concept

    hi i just started learning about HTTP..im trying to pass a value from a thin java client from command prompt through POST method directly to a destination (another java bean) without any HTML/jsp (no pages) .
    i've created a caller.java which is used on command prompt :
    java caller param1 param2
    then, this caller will actually point to a struts path on my server, (which i think is a servlet) and do proper processing.
    caller.java :
    public static void main(String[] args) {...
    String url = str + "/do_something/prog0001_getAnswer?" +
         "param1=" + args[0] +
    "&param2=" + args[1];
    URL server = new URL(url);
    HttpURLConnection connection =
    (HttpURLConnection) server.openConnection();
    connection.setRequestMethod("POST");
    connection.connect();
    System.out.println("connecting to server..... " + connection.getResponseMessage());
    then on servlet :
    httprequest's .getParameter("param1");
    httprequest's .getParameter("param2");
    to obtain the values.
    even if set my URL's instance (server) 's RequestMethod to POST, i'm still able to obtain the parameter values in the servlet? I thought POST method requires different way to pass the values to a servlet? i've been searching..the most i could get are examples with HTML's FORM's name attribute

    What method have you written in Servlet?
    service, doGet or doPost.
    If you have written service, then it does not matter what mthod you specified.

  • Help With HTTP BUTTON

    Is there a way to have an HTTP BUTTON that when the user clicks, Saves the PDF (“Save” or “Save As”) the PDF, then open the “Contact us” page on a website and the path is inserted in the upload path.  The “Contact us” page is run by formmail.v50

    Yes, maybe.  You've got a complex series of actions there, and whether or not they can be done depends on the details.
    First, there is a PostSubmit event, so yes, there is a place to put the code that will implement these operations.
    Next, if the form is Enabled for Save in Reader then it can be saved locally, but this operation can only be done silently from a privileged context, which a form script is not.  But you can display a SaveAs dialog to the user and let them save it.
    And finally, a script can open a web page with the app.launchURL() function.  But it can't directly access a field on that page.  There are several ways around this. For example, if that page was a server script that accepted query parameters then you could pass the path by tacking it onto the end of the URL.  Another option would be build the URL that the web page creates when the user presses the upload button and pass this into app.launchURL.  There are also other ways. But they get pretty complex and depend largely on the specific workflow, for example you could use the HostContainer object in Acrobat JavaScript.  .  
    Thom Parker
    The source for PDF Scripting Info
    pdfscripting.com
    The Acrobat JavaScript Reference, Use it Early and Often
    http://www.adobe.com/devnet/acrobat/javascript.html
    Then most important JavaScript Development tool in Acrobat
    The Console Window (Video tutorial)
    The Console Window(article)

  • Need help with HTTPS Client/Server

    Hi i really dont know much about this topic and i was wondering if any 1 knows where to find a good example program to set up a
    HTTPS Server/Client or at least how to implemnt a HTTPS Client.
    thanks in advance

    URL.openConnection works fine as a client. You don't have to do anything other than specify the protocol as https.
    I don't know what you are looking for in terms of server. Are you trying to write your own server? Which part do you not know? The HTTP part or the S part?

Maybe you are looking for

  • My case is bent on my Macbook Pro

    Is it possible to get a new aluminum case for a Mac Book Pro computer?

  • Please help with Macbook Pro

    Please read my story because I really need some help... I've had my Macbook Pro for only a little over a year now but it has already given me tons of problems and headaches. I was very happy when I first got it but over the next few months I noticed

  • Layout printing problem in smartforms

    hi experts, I am working with voucher printing.The problem is when i select a format LETRA .it is saying that it is not supported by the printer.but that is the layout which has the desired size.what shall i do for it? regards, Manikandan

  • Crystal Reports 9 over network: slow initialization

    We have a VC++ application that uses Crystal Reports RDC (actually 8.5, and trying to change to 9.2). By design our application is installed on a file server and users execute it directly from the server, without copying or install any component in t

  • Is it possible to use a program as a filter between Windows and the user?

    I was interested in working on an ACL for Windows 98. What I'd like to do is whenever an app attempts to be opened by the user if they don't have permission through my program it will cancel the request. I'd like to do this in Java but I'm wondering