blob: 06f48e7aa27032890664133b274264f87cbd3fe4 (
plain) (
tree)
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE> [99s-extend] help to combine websocket with basic authentication
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20help%20to%20combine%20websocket%20with%20basic%20authentication&In-Reply-To=%3CCAA4OwwW-m9%2BesdjEv-jJv%3DwZixcisP%3DOXgAcE5nHVYD2O3NfrA%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<style type="text/css">
pre {
white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
}
</style>
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Next" HREF="000546.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[99s-extend] help to combine websocket with basic authentication</H1>
<B>Robert Balogh</B>
<A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20help%20to%20combine%20websocket%20with%20basic%20authentication&In-Reply-To=%3CCAA4OwwW-m9%2BesdjEv-jJv%3DwZixcisP%3DOXgAcE5nHVYD2O3NfrA%40mail.gmail.com%3E"
TITLE="[99s-extend] help to combine websocket with basic authentication">ethrbh at gmail.com
</A><BR>
<I>Mon Jul 13 12:47:54 CEST 2015</I>
<P><UL>
<LI>Next message: <A HREF="000546.html">[99s-extend] help to combine websocket with basic authentication
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#545">[ date ]</a>
<a href="thread.html#545">[ thread ]</a>
<a href="subject.html#545">[ subject ]</a>
<a href="author.html#545">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>hello,
Sorry that I turned to the list again, but I would like to get some help
from you. I have a websocket based application, based on the
cowboy/examples/websocket. It is working well. Now I would like to add a
basic authentication, and I saw, there is an example how to do this. I
checked the cowboy/examples/rest_basic_auth example.
So I tried "add" the aut. example into my websocket app by doing the
following steps:
- add new module for handle the authentication
do_basic_auth.erl
- update cowboy_router:compile function call when star application with
{"/", do_basic_auth, []}
Once the compilation done, I can start the app and I get the "basic auth"
window in the browser when connecting to localhost:8080, but the "ordinary"
index.html does not appears when I set the correct auth data (user/pwd). I
am pretty sure that I made something wrong, I do not see what I did wrong,
thus I kindly ask you, please try help me.
The project what I am working on can be seen in the github:
<A HREF="https://github.com/ethrbh/websocket_2">https://github.com/ethrbh/websocket_2</A>
thanks fro your help,
/Robi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20150713/eb33ab46/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20150713/eb33ab46/attachment.html</A>>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Next message: <A HREF="000546.html">[99s-extend] help to combine websocket with basic authentication
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#545">[ date ]</a>
<a href="thread.html#545">[ thread ]</a>
<a href="subject.html#545">[ subject ]</a>
<a href="author.html#545">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
mailing list</a><br>
</body></html>
|