--
You received this message because you are subscribed to the Google Groups "CefSharp" group.
To view this discussion on the web visit https://groups.google.com/d/msg/cefsharp/-/IMtWhyep6VgJ.
To post to this group, send email to cefs...@googlegroups.com.
To unsubscribe from this group, send email to cefsharp+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cefsharp?hl=en.
This communication and any attachments may contain Confidential Information
of AppDirect, Inc. All unauthorized use, disclosure or distribution is prohibited. If
you are not the intended recipient, please notify AppDirect, Inc. immediately and
destroy all copies of this communication. Thank you.
Did it. Chromium does not pass the cookies to localhost. I also tried 1.19 version and it had the same issue for me. I wonder if someone ever been able to make it work.
On Tue, Jan 22, 2013 at 3:43 PM, Jack O'Connor <oconn...@gmail.com> wrote:
The simplest way is to use "nc". For example, if I run "nc -l 80", and then navigate my browser to http://localhost, it will print out the full request that my browser sent. (I can even pipe a file or some terminal input into nc, and the browser will show the result as plain text. Kinda fun.) If you already have a webserver listening on port 80, you might need to use port 1234 or something random like that.
On Tue, Jan 22, 2013 at 10:27 AM, Artem Golubev <artem....@appdirect.com> wrote:
Tried simpler interface: exactly the same issue. Is there a way to see HTTP packets sent to localhost?
On Sun, Jan 20, 2013 at 12:21 PM, Jack O'Connor <oconn...@gmail.com> wrote:
Sorry for being slow to follow up here. I played briefly with cookies, and the main thing I remember is that it's pretty hard to get the parameters right. There is an overloaded SetCookie method, which takes fewer parameters and has some common defaults. Any chance that one works for you? My only other suggestion is to see if you can hack your cookie in using javascript. That would help rule out the possibility that your server has some cookie settings that are hurting you. (That actually happened to me once. The server I was working with had a cookies whitelist :p)
On Fri, Jan 18, 2013 at 6:15 PM, Artem Golubev <artem....@appdirect.com> wrote:
I'm sorry, I'm a newbie to .NET and CefSharp. In general it loads page great, but I can't figure out how to work with cookies. I use 0.12 version of CefSharp.I'm setting cookies manually in my application, but server doesn't see them, is there some kind of bug out there or I miss something?I set them before loading URL after I got Initialized event like this:CEF.SetCookie(@"http://localhost:8080/CookiesShow/", @"localhost:8080", Name, Value, @"/CookiesShow", false, false, false, Expires);I can see in the debug that cookies are being set, however my webserver does not receive them.Did I miss something basic?
--
You received this message because you are subscribed to the Google Groups "CefSharp" group.
To view this discussion on the web visit https://groups.google.com/d/msg/cefsharp/-/IMtWhyep6VgJ.
To post to this group, send email to cefs...@googlegroups.com.
To unsubscribe from this group, send email to cefsharp+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cefsharp?hl=en.
--
You received this message because you are subscribed to the Google Groups "CefSharp" group.
To post to this group, send email to cefs...@googlegroups.com.
To unsubscribe from this group, send email to cefsharp+unsubscribe@googlegroups.com.
--Artem.This communication and any attachments may contain Confidential Information
of AppDirect, Inc. All unauthorized use, disclosure or distribution is prohibited. If
you are not the intended recipient, please notify AppDirect, Inc. immediately and
destroy all copies of this communication. Thank you.
--
You received this message because you are subscribed to the Google Groups "CefSharp" group.
To post to this group, send email to cefs...@googlegroups.com.
To unsubscribe from this group, send email to cefsharp+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "CefSharp" group.
To post to this group, send email to cefs...@googlegroups.com.
To unsubscribe from this group, send email to cefsharp+unsubscribe@googlegroups.com.