473,401 Members | 2,068 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,401 software developers and data experts.

https

How does one use this? Is it simply setting a variable or calling a function
or is it completely different from http(i.e., is it transparent? Do I need
to do anything significantly different than what I do in http?)
Now what are the cons of using it rather than http? Right now I'm using http
but wondering if I should use https for any reasons or not.

Thanks,
Jon
Jun 1 '07 #1
3 1462
Jon Slaughter kirjoitti:
How does one use this? Is it simply setting a variable or calling a function
or is it completely different from http(i.e., is it transparent? Do I need
to do anything significantly different than what I do in http?)
First of all, this falls into the category of webmastering, not php.
Now what are the cons of using it rather than http? Right now I'm using http
but wondering if I should use https for any reasons or not.
If you have a website that has a forum and image gallery of horses and
hounds, then http is okay. If your site is an online bank, ecommerce or
something other that handles confidential client information, then
switch to https. It's all about security.

It all starts by getting a certificate and configuring the web server to
handle it. In php you don't do anything to enable https, the server
takes care of that. In php you can just test wether it's http or https,
that's all.

--
Ra*********@gmail.com

"Wikipedia on vähän niinq internetin raamattu, kukaan ei pohjimmiltaan
usko siihen ja kukaan ei tiedä mikä pitää paikkansa." -- z00ze
Jun 1 '07 #2
On Fri, 01 Jun 2007 17:05:24 +0000, Jon Slaughter wrote:
How does one use this? Is it simply setting a variable or calling a
function or is it completely different from http(i.e., is it
transparent? Do I need to do anything significantly different than what
I do in http?)
https is a webserver configuration issue. There is no difference in your
code.
Now what are the cons of using it rather than http? Right now I'm using
http but wondering if I should use https for any reasons or not.
https transfers traffic over an encrypted connection to protect data from
sniffing. It is slightly slower, but any time you're transferring personal
information, passwords, credit card data, etc... it should be done over
https.
Jun 1 '07 #3

"Ivan Marsh" <an*****@you.nowwrote in message
news:pa****************************@you.now...
On Fri, 01 Jun 2007 17:05:24 +0000, Jon Slaughter wrote:
>How does one use this? Is it simply setting a variable or calling a
function or is it completely different from http(i.e., is it
transparent? Do I need to do anything significantly different than what
I do in http?)

https is a webserver configuration issue. There is no difference in your
code.
ok... thanks. Thats all I needed to know ;)

Jon
Jun 1 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: NotGiven | last post by:
I need to verify if the page that led the user to this page used http or httpS. for example, if the use cam to my page from: httpS://www.dm.com/sample/foo.php I want to know as opposed to...
0
by: kiran | last post by:
Hi, I hosted a PHP project on my web server(IIS) and I am accessing the ip addres through my office public address like this: (example) https://61.95.204.43:8887/phptest/test.php ...
2
by: Craig Keightley | last post by:
i have the following script on my checkout page to check if https is set in the address bar: if ($_SERVER != "on") { $url = $_SERVER; $query = $_SERVER; $path = $_SERVER; header("Location:...
16
by: Paul Sweeney | last post by:
Does anyone know of a working (python) https proxy which allows viewing of unencrypted data being sent from my browser to an https site? I've worked my way through most on the list at...
12
by: Grunff | last post by:
I'm experiencing an interesting problem with carrying a php session over from http to https. Much googling later, I'm still stuck. The application is an online shop, where some user data is...
14
by: Peter Chant | last post by:
I'm currently authenticating a site I have built using basic http authentication built into apache. This has zero overhead on php which is a bonus but it seems to not quite work how I'd like. ...
4
by: Jason P | last post by:
Basically we have a web method with a dynamic URL. The client is developed in C++ and I've been using the webReference.SetUrl( "http://test.example.com..." ) method successfully with various web...
14
by: david | last post by:
I have developed web forms including login by using ASP.NET via HTTP. Now I want to secure the connection from client to the server via HTTPS. How can I configure the server or something else to...
2
by: scott mcfadden | last post by:
Using VS 2003, I can not add a web reference to our production server's ..asmx URL using HTTPS. I will put in a URL like: https://mycompany.com/myapp/myservice.asmx VStudio will display the...
0
by: NoaGross | last post by:
Hi, I'm relly new in java and I have a problem. I'm using java applet. When using http all ok, but when trying to use https i get: Java Plug-in 1.5.0_10 Using JRE version 1.5.0_10 Java...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.