Questions tagged [www-authenticate]
64 questions
0
votes
1 answer
Throw a custom 401 HTTP Exception in Kohana
When I throw a HTTP_Exception_401 in Kohana 3.3 I get the following error:
Kohana_Exception [ 0 ]: A 'www-authenticate' header must be specified for a HTTP 401 Unauthorized
Now the obvious problem here is that the www-authenticate header hasn't…

diggersworld
- 12,770
- 24
- 84
- 119
0
votes
2 answers
how to change design /style of the WWW-Authenticate popup box to match my website theme?
Halo there,
I need to change the look /design of the WWW-Authenticate popup box to match my website theme, I don't want it to show the default popup box for authentication when users need to login to secured pages. Below is the PHP script I used to…

Lord-David
- 535
- 1
- 11
- 34
0
votes
1 answer
Send Sms through Python
I'm using the following code to connect to a phone to send an SMS message:
import serial
import time
phone = serial.Serial()
phone.baudrate = 38400
phone.bytesize = 8
phone.stopbits = 1
phone.xonxoff = 0
phone.rtscts = 0
phone.timeout =…

user1318860
- 67
- 1
- 4
- 10
-2
votes
4 answers
After remove the www extension from addressbar session not working
After login in this url www.example.com, if I remove the www extension from address-bar the login detail value doesnot keep by session.

tamildinesh
- 1
- 4