search for: applewebkit

Displaying 20 results from an estimated 45 matches for "applewebkit".

2018 Aug 24
5
Client auth failed with ""
Hello, We are using url authentication and getting the item bellow at the log: [2018-08-24 23:26:05] INFO auth_url/url_add_listener client auth (http://127.0.0.1:8001/listener/add) failed with "" I put try/catch and reviewed all my code ensure always return a proper status and header error code, so what trigger this kind of error? Regards, Thiago --------------
2018 Aug 29
0
Icecast is shutdown / client auth failed with ""
...are generating (date, result, elapsed time in milleseconds, request): [8/29/18 11:49:00 AM] 200 0.3721 action=listener_add&server=r22&port=443&client=2616&mount=/alphafmsp&user=&p ass=&ip=177.223.XX&agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 [8/29/18 11:49:00 AM] 200 0.6181 action=listener_remove&server=r22&port=443&client=673&mount=/aradiorock&user =&pass=&duration=983&ip=191.206.XX&agent=NxApp/1.18.07.10 (Xamarin; Android;...
2007 Dec 03
1
Originating Client Request
...tServlet def do_GET(request, response) response[''Content-Type''] = ''text/plain'' response.status = 200 response.body = request.to_s end end which produces... GET /header HTTP/1.1 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-us) AppleWebKit/523.10.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10 Accept: text/xml,application/xml,application/xhtml+xml,text/ html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: en-us Accept-Encoding: gzip, deflate Cookie: _dk_session_id=5d1bb099d2a1ba28f06a0bd60e091e3d Connection: keep-alive...
2017 Sep 22
2
Having icecast SSL connection problem
I have been trying to get icecast 2.4.2 to stream with ssl to https. But so far I have had no luck. I am running Ubuntu 16.04 and the regular stream is working properly over port 80. I want to stream securely over port 443. I need to use 443 because of network rules here. I can view the Icecast2 Status pages and listen to a stream, but once I add https:// I get 'Secure Connection Failed'
2015 Dec 10
4
206 response for Chrome Mobile
...n a 206 response along with headers indicating the kinds of range responses we can deal with. Here, it doesn't look like Icecast does either. The headers: Request: GET /mount.mp3 HTTP/1.1 Host: host:8000 Connection: keep-alive User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5X Build/MDB08L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.76 Mobile Safari/537.36 Accept: */* Referer: https://host/ Accept-Encoding: gzip, deflate, sdch Accept-Language: en-US,en;q=0.8 Range: bytes=0-1 Response: HTTP/1.0 200 OK Server: Icecast 2.4.2 Date: Thu, 10 Dec 2015 01:23:11 GMT Content-Type: audio/mpeg...
2008 Aug 27
2
[LLVMdev] wrong guessed OS platform
Hi, http://llvm.org/bugs/enter_bug.cgi?product=clang thinks that I am running on a PC with OS of "all". My user agent string on my browser is: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/ 526.11 (KHTML, like Gecko) Version/4.0dp1 Safari/526.11.2 Isn't that enough to know that this is Mac OS X running version 10.5.5 ? :-) Thanks, Dan -- Dan Wood dwood at karelia.com Twitter: http://twitter.com/danwood Karelia Software — Sandvox for the Mac http://www.karelia.com/ W...
2018 Sep 03
1
Icecast 2.4.3 stop play on https
...er and direct stream url in chrome) We check on the error log, but no errors and in the access log we see: 2001:980:79b3:0:b1cd:e5ab:3280:e9bd - - [03/Sep/2018:17:24:00 +0200] "GET /live HTTP/1.1" 200 11648 "https://www.domein.nl/" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36" 2 Its not a IPv6 problem we have this problem on IPv4. Best regards, Michel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20180903/1d65a70e...
2006 Mar 06
3
File uploads giving "page not found" on IE
I am having a really wierd problem in IE. I have a simple file upload form with two selects and a textarea. This is a medical transcription application - very simply an administrator can upload a file and assign it to both a doctor and a transcriptionist at the same time and optionally provide a note to the transcriptionist. If I remove the MT selector, it always works. If it''s on
2006 Jan 30
0
Draggable with auto-scroll
...inter[0] > (p[2]-this.options.scrollSensitivity)) speed[0] = pointer[0]-(p[2]-this.options.scrollSensitivity); if(pointer[1] > (p[3]-this.options.scrollSensitivity)) speed[1] = pointer[1]-(p[3]-this.options.scrollSensitivity); this.startScrolling(speed); } // fix AppleWebKit rendering if(navigator.appVersion.indexOf(''AppleWebKit'')>0) window.scrollBy(0,0); Event.stop(event); }, Sincerely, Ryan Gahl Design Engineer Camtronics Medical Systems (an Emageon Company) Ryan.gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org 262-369-...
2007 Oct 04
2
newbie question with login form
...chanize log . ----- Net::HTTP::Get: / request-header: accept-language => en-us,en;q0.5 request-header: connection => keep-alive request-header: accept => */* request-header: accept-encoding => gzip,identity request-header: user-agent => Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.3 request-header: accept-charset => ISO-8859-1,utf-8;q=0.7,*;q=0.7 request-header: keep-alive => 300 Read 519 bytes Read 935 bytes Read 1959 bytes Read 2375 bytes Read 3399 bytes Read 3803 bytes response-header: connection => close response-header: p3p...
2006 Jan 05
1
unicode hacks - fixes for webrick and Safari
...se.send(:after_filter, :restore_kcode) Additionally, I have modified the safari fix, so that it re-encodes the entities only for Safari version less than 1.3. Instead of original condition I propose this one: if @request.xhr? and @request.env[''HTTP_USER_AGENT''] =~ / AppleWebKit\/(\d+)/ and $1.to_i < 312 Julian, if you want to include these solutions into your plugin, feel free to do so.... Regards, Izidor Jerebic
2006 Jan 22
12
Problems with File_column
Hi, Rails - newbie here.. I''m setting up an app and am trying to use file_column to upload a picture with an item and I''m running into several problems. (Background: I''m running Locomotive Rails under OS X 10.4.4, and using Safari) I followed the directions to add the necessary items, then found out that I had to add the item to make the form tag be a multipart
2005 Sep 05
3
Prototype 1.4.0_pre4 + script.aculo.us 1.5_pre4?
Hello, I''m maintaining the PEAR-installable PHP packages for both script.aculo.us and Prototype on Pearified.com. I saw the 1.5_pre4 release of script.aculo.us yesterday, and would like to release the update on Pearified.com, but don''t want to release hacked versions of Prototype. I saw that Prototype was updated to 1.4.0_pre4 yesterday as well ... Is that a suitable package
2006 Jan 12
3
File Upload Problems With Apache and Lighttpd But Not Webrick...
I am having trouble uploading files through a form when using Apache (production) or Lighttpd (development). The odd thing is that when I force script/server to load Webrick, the upload works just fine on the same code-base. When it fails, the upload just sits there forever. Some browsers eventually return an error code, others spin for a long time... Anyway, it never recovers. The file is a
2006 Aug 18
3
Lighttpd Conf Help - Multiple Domains Multiple Apps
...; "application/x-shockwave-flash", ".txt" => "text/plain" ) # Making sure file uploads above 64k always work when using IE or Safari # For more information, see http://trac.lighttpd.net/trac/ticket/360 $HTTP["useragent"] =~ "^(.*MSIE.*)|(.*AppleWebKit.*)$" { #server.max-keep-alive-requests = 0 server.max-keep-alive-requests = 128 server.max-keep-alive-idle = 30 server.max-read-idle = 60 server.max-write-idle = 360 server.max-fds = 2048 } $HTTP["host"] =~ "(^|\.)mysite1\.com$" { server.document-root = "/...
2013 Jun 01
1
Apple movie trailers on Centos6/Firefox
...Service Pack 3)" appcodename="Mozilla" appname="Netscape" appversion="5.0 (X11)" platform="Linux x86_64" vendor="" vendorsub="" or: useragent description="Google chrome" useragent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML,like Gecko) Chrome/18.0.1025.168 Safari/535.19" appcodename="Mozilla" appname="Netscape" appversion="5.0 (X11)" platform="Linux x86_64" vendor="" vendorsub="" I'd appreciate hints on how to once again do a end-...
2016 Dec 19
3
fts-solr: Returning 400 on searches; unescaped braces
...e+q.op%3DAND%7D(hdr:test+OR+body:test)&fq=%2Bbox:6d5de009f991854df726000012cf7b9c+%2Buser:md5i HTTP/1.1\r\n Host: localhost:8080\r\n Connection: keep-alive\r\n Cache-Control: max-age=0\r\n Upgrade-Insecure-Requests: 1\r\n User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.75 Safari/537.36\r\n Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\r\n DNT: 1\r\n Accept-Encoding: gzip, deflate, sdch, br\r\n Accept-Language: en-US,en;q=0.8\r\n \r\n [Full request...
2006 Jul 10
4
Test Mongrel 0.3.13.4 Please
Hey Folks, There''s a nasty little bug in 0.3.13.3 when running in development mode which could cause all sorts of problems. Please grab the pre-release of 0.3.13.4 and tell me if it works for you: gem install mongrel --source=http://mongrel.rubyforge.org/releases/ Thanks! -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/ http://www.railsmachine.com/ -- Need
2015 Dec 10
2
206 response for Chrome Mobile
...n deal with. Here, it doesn't look like >> Icecast does either. >> >> The headers: >> Request: >> GET /mount.mp3 HTTP/1.1 >> Host: host:8000 >> Connection: keep-alive >> User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5X Build/MDB08L) >> AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.76 Mobile >> Safari/537.36 >> Accept: */* >> Referer: https://host/ >> Accept-Encoding: gzip, deflate, sdch >> Accept-Language: en-US,en;q=0.8 >> Range: bytes=0-1 > > Asking for bytes=0-1 is a strange thing to do...
2008 Aug 27
0
[LLVMdev] wrong guessed OS platform
...008, at 11:01 AM, Dan Wood wrote: > Hi, > > http://llvm.org/bugs/enter_bug.cgi?product=clang > > thinks that I am running on a PC with OS of "all". > > > > My user agent string on my browser is: > > Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/ > 526.11 (KHTML, like Gecko) Version/4.0dp1 Safari/526.11.2 > > > > Isn't that enough to know that this is Mac OS X running version > 10.5.5 ? > > > :-) > > > Thanks, > Dan > > > > > > -- > Dan Wood > dwood at karelia.com > Tw...