Search results for query: *

  • Users: kdn
  • Order by date
  1. K

    Question Web Proxy - transparent

    Hi there, this program doesn't make the web call. The call is made between a monitoring station and a server. The idea of this program is to simply "trick" the monitoring server by making it appear to be an error. (We just need this for regular testing of the monitoring application so we can...
  2. K

    Question Web Proxy - transparent

    Hi all, What I am trying to achieve is, a standalone exe that can modify an http servers response (to simulate monitoring failures). Logic is like this: if URI contains "healthcheck.php" SetResponseBodyString("Server Dead") I have have found Titanium-Web-Proxy which should do the trick, I...
  3. K

    Question Remove file permission then add back

    thank you all for the replies. I have got it working now. I agree file lock is probably better so will look to use that instead, but as for the solution, it seems I had indeed lost all inherited rights to the file so I could not change the acl after the first attempt, what I did now is at the...
  4. K

    Question Remove file permission then add back

    Hi all, This may be an odd request but here is what I am trying to do, I want to remove read permission for the user level account, then add that permission back when my application closes, I have it all working except I get thrown an exception when trying to add the permissions back, it seems...
Back
Top Bottom