Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » XmlRpc: Question of protection (authentification)
XmlRpc: Question of protection (authentification) [message #36918] Sat, 21 July 2012 14:56 Go to next message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

How to guarantee, that only authenticated clients are connected to internal XmlRpc server?

I operate some equipment in the unprotected network. I consider use possibility for this XmlRpc. But I want to protect access to management of the equipment at least the password.
Probably, is there a way, alternative XmlRpc?


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Re: XmlRpc: Question of protection (authentification) [message #36919 is a reply to message #36918] Sat, 21 July 2012 19:52 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
sergeynikitin wrote on Sat, 21 July 2012 08:56

How to guarantee, that only authenticated clients are connected to internal XmlRpc server?

I operate some equipment in the unprotected network. I consider use possibility for this XmlRpc. But I want to protect access to management of the equipment at least the password.
Probably, is there a way, alternative XmlRpc?


This is not defined in XMLRPC. Generally, the solution is to pass authentication as one of parameters. This is how I do it in one of my apps (there I am even using different method macto, so that the parameter is 'hidden').

BTW, note that XmlRpc library is now obsolete - new kid is Core/Rpc (handles JsonRPC requests as well).

Mirek
Re: XmlRpc: Question of protection (authentification) [message #36922 is a reply to message #36919] Sun, 22 July 2012 15:27 Go to previous message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

Yes. Thanks for Idea.

SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Previous Topic: [Solved]XMLRpcClient in U++ version 5185
Next Topic: multipart/form-data parsing with multi file upload support
Goto Forum:
  


Current Time: Thu Mar 28 10:38:26 CET 2024

Total time taken to generate the page: 0.01487 seconds