HighTechTalks DotNet Forums  

Web Services - Security

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss Web Services - Security in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
C
 
Posts: n/a

Default Web Services - Security - 05-22-2006 , 08:33 AM






Hi,

I am brand new to Web Services.

I want to write a Web Service which will be called from a Perl Script
running on a Linux Server.

I have 2 questions.

1) Can a Web Service be called from a Perl Script or some other language
running on a Linux Server.
2) In terms of Security I want the Web Service to be only called from this
Linux Server. Can I restrict access to the Web Service based on the IP
Address or MAC Address? Or is there a better solution?

Thanks.

Reply With Quote
  #2  
Old   
recoil (AT) community (DOT) nospam
 
Posts: n/a

Default RE: Web Services - Security - 05-22-2006 , 11:25 AM






Hello C,
Yes Web Services were designed to be communicated to from virtually any
platform. There is a governing body of standards which defines how Web
Services are communicated to. You have several methods to communicate such as
XML/ HTTP GET/POST and Soap. There are numerous CPAN perl addons that can be
used to easily consume soap web services.

yes. If your web service will be run off of IIS then you can easily restrict
access to the web service and either a) require authentication or b) setup so
that only specific ips may access that web service.

Hope this helps. Let us know if you have any further questions.

"C" wrote:

Quote:
Hi,

I am brand new to Web Services.

I want to write a Web Service which will be called from a Perl Script
running on a Linux Server.

I have 2 questions.

1) Can a Web Service be called from a Perl Script or some other language
running on a Linux Server.
2) In terms of Security I want the Web Service to be only called from this
Linux Server. Can I restrict access to the Web Service based on the IP
Address or MAC Address? Or is there a better solution?

Thanks.

Reply With Quote
  #3  
Old   
Gaurav Vaish \(EduJini.IN\)
 
Posts: n/a

Default Re: Web Services - Security - 05-22-2006 , 05:16 PM



Quote:
2) In terms of Security I want the Web Service to be only called from this
Linux Server. Can I restrict access to the Web Service based on the IP
Address or MAC Address? Or is there a better solution?

IP/Mac-Address binding may or may not always be secure.
IP Spoofing and MAC-Spoofing is way too common a thing to exploit these
securities.

I would suggest using authentication (RST or simple UserToken
authentication).
However, AFAIK, PERL does not yet has a module that would be capable of
generating the corresponding header information.

--
Happy Hacking,
Gaurav Vaish
http://www.mastergaurav.org
http://www.edujini.in
-------------------




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.