Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
westmo #1
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
-
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... -
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... -
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... -
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... -
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... -
Interarnett #2
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



Reply With Quote

