Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    request blocked by antivirus

    how can avoid a request been blocked by internet monitor of antivirus?
    I use RPCRequest with RPCManager to send my request ... php server side code that returns simple string.

    I've also tried RequestBuilder with same results

    thanks for your help!

    #2
    Try contacting your IT department to determine what rules they have configured with your antivirus software that might be interfering with the request.

    Sanjiv

    Comment


      #3
      thanks for your replay sjivan

      it was more strange when I set firebug on, request works fine... and even more wierd all browser start sending the request and reciving response.

      I have another requests on my application and the only one that antivirus don't like is the one that makes calls to objects of other php classes.All this considering the way I run the app... with a link to a new page,

      So, I wrapped the app on the main iframe, and request was send perfectly (or the response recivied ok)

      it has nothing to do with smartgwt, but just in case some else may be workin in a rare enviroment.

      Comment

      Working...
      X