Webservice with restricted ip access

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default Webservice with restricted ip access

    I've consumed a webservices that will only accept connection from my servers IP
    address and a password.
    When I run the file locally on the server from a browser it works. But if I
    hit the server remotely from a browser it doesn't work. What am I missing. I've
    set the allowscriptaccess to always but I'm sure I'm missing something else.
    I'm using the webservices connector within the flash application.

    westmo Guest

  2. Similar Questions and Discussions

    1. Restricted access
      Yes, put the files outside of web root or protect them using .htaccess file. After authorization use readfile90 to serve the file. There are lots...
    2. Webservice Access
      Hi All, I recently started to explore the Flex technology and have some questions related to Webservice access. I have a webservice deployed on a...
    3. Time restricted access to folder?
      Hello I wonder if there is a way when using .htaccess /.htpasswd to restrict access to a web site folder for a limited time, eg 0.5 hr? Cheers...
    4. Problem with web.config access-restricted subdirectory
      Hi, I have a problem with web.config unsuccessfully controlling access to a subdirectory. I'm using VS03 and IIS5.0 on NT2K. I have been able...
    5. Unable to access Tools/Internet Optios in I.E. - Restricted
      Am using XP-Pro with two accounts the first as an administrator and the second as a user (Both accounts having different names) While using I.E...
  3. #2

    Default Re: Webservice with restricted ip access

    What kind of web service have you setup? XML, SOAP, .CFC from Cold Fusion?

    How did you restrict ip access? from server or within code?

    I believe that the swf file executes locally on your machine. If you are
    setting the ip from the swf file you may be passing your webservice your local
    ip rather than server ip.

    Just a hunch since this works locally from a browser on your server but not
    remotely on a browser from different machine.

    If you have a varialbe for the ip try checking it in debug. I believe you can
    use trace to do this..

    Interarnett Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139