Welcome Guest, Not a member yet? Register   Sign In
Web Services Security with codeigniter
#1

[eluser]Yousra[/eluser]
I 'm building a website with code-igniter.I want to create a web services security (Soap)for the username/password in the website, also i 'm using windows server 2003 and i configuration ssl . My Problems are:-
1/ Can i build ws-security in codeigniter?
2/ How can i make codeigniter being over ssl?

please can any one help me
#2

[eluser]Yousra[/eluser]
Please can anyone help me with idea.
#3

[eluser]Cro_Crx[/eluser]
[quote author="Yousra" date="1247496546"]-1/ Can i build ws-security in codeigniter?[/quote]

Yes, you can build security features into your codeigniter application. There are authentication librarires avilable or you can write your own as well as a session library and built in security library (most features are automatic).

WS-Security can be done in PHP so no reason why you can't implement it in CI. Here's a guide for PHP ==> http://wso2.org/library/2814. I'm sure you could adapt that into a CI helper, or just pop it into a controller.

[quote author="Yousra" date="1247496546"]2/ How can i make codeigniter being over ssl?[/quote]

Yes you can, you need to setup SSL on your web server, this doesn't have much to do with CodeIgniter though. The only thing you will need to do in CI is to change all links to https instead of http.

Check the user guide
#4

[eluser]Yousra[/eluser]
Thank you Grad Student very much for the help




Theme © iAndrew 2016 - Forum software by © MyBB