☰
Login
Signup
Home
›
PHP client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
154
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
August 2017
pannet1
August 2017
sujith
is https protocol mandatory for kite to work
pannet1
August 2017
in
PHP client
hello,
is https protocol mandatory for kite to work. I am planning to use kite api for PHP.
Tagged:
php
https
sujith
August 2017
Hi
@pannet1
,
Yes, All Kite Connect API calls are HTTPS.
PHP does support https protocol by default.
pannet1
August 2017
Thanks Sujith,
What I wanted to ask is should i make my requests from a https//example.com website ... I understand that Kite API calls are https.
or am I missing something.
sujith
August 2017
@pannet1
,
It doesn't matter. You can use HTTP or HTTPS.
If you are using postbacks then you need to have HTTPS server.
Sign In
or
Register
to comment.
Yes, All Kite Connect API calls are HTTPS.
PHP does support https protocol by default.
What I wanted to ask is should i make my requests from a https//example.com website ... I understand that Kite API calls are https.
or am I missing something.
It doesn't matter. You can use HTTP or HTTPS.
If you are using postbacks then you need to have HTTPS server.