Link to home
Start Free TrialLog in
Avatar of danielnp20
danielnp20Flag for Colombia

asked on

How to make a Web Service visible only in my domain

Hi all,

I have a Web Service developed in c# and i uploaded to my server and i also can make the requests propertly.

The problem is that the WS is visible to anyone and i wanted to make it private, so that only the pages under my domain can see it and use it.

I hope u can help me with this

Thx a lot

Regards,

Daniel Peralta
Avatar of Toms Edison
Toms Edison
Flag of India image

One thing that you can do is create a seperate web site in IIS and publish your web service in this site. This site will not be having an external URL. Now you can access this web service by using http://localhost:portnumber/webservice.asmx

ASKER CERTIFIED SOLUTION
Avatar of HeoQue
HeoQue

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of danielnp20

ASKER

thx both for the reply,

TechTiger007 i cant do this because I only have rights to add, delete and modify files (including the web.config), but the server is in other country and i access with dreamweaver

HeoQue: I add the lines to the web.config file and now i cant access it.

_____

I had a .swf in the root and it is looking for the service (i attach the as3 code), when it was public it works great, but after adding the lines to the web.config file it says (local):

Error opening URL 'http://test.universalmusica.com/ecards.asmx?WSDL'
Error #2044: ioError no controlado: text=Error #2032: Error de secuencia. URL: http://test.universalmusica.com/ecards.asmx?WSDL

So i upload the swf to the site and wheen i trid to access a methos I got the error:

Error #2044: ioError no controlado: text=Error #2032: Error de secuencia. URL: http://test.universalmusica.com/ecards.asmx?WSDL
      at alducente.services::WSDL/getWSDL()
      at alducente.services::WebService/connect()
      at arecard_fla::Ecard_9/sendData()


I hope you can help me ...thx 4 all

Regards,


Daniel Peralta


// as3 code to find the ws
ws.connect("http://www.myDomain.com/ecards.asmx?WSDL");

Open in new window

Avatar of HeoQue
HeoQue

aha, for sure using from as3 is the same issue, let me see and i will get back to you.
but if i delete the lines of the web.config (the ones u posted) the service became public and it works.

yes, the trick i proposed when you are consuming the code from an aspx page code-behind, (ASPNET user bypasses web.config authorization) but flash doesn't