WebAppKit icon indicating copy to clipboard operation
WebAppKit copied to clipboard

A framework for creating web applications using Cocoa and Objective-C, running on Mac OS X.

Results 6 WebAppKit issues
Sort by recently updated
recently updated
newest added

I set up the Apache ProxyPass / ProxyPassReverse in order to access my webApp on :80, but I found that requests reaching the webApp are assigned a new token on...

Hi, I am working on a cocoa app that run on 32 bit no arc environment, do you also have a 32 bit version for web app kit, thanks.

Perhaps you should add JavaScript to MediaTypes.plist ?

Hi tomasf, Thanks for your help on IRC the other day. After several hours analysing tcpflow traces I've narrowed down the problem. WAK does not handle POST parameters unless the...

ProxyPass /wak http://127.0.0.1:9090/ ProxyPassReverse / http://127.0.0.1:9090/ Using URL http://localhost/wak works fine, but when using URL http://localhost/wak/ it draws an EXC_BAD_ACCESS. Traced through with debugger and it happens in TFRegEx.m at...

Created new Xcode project and compiled right off... Drew an error trying to copy /Resources/public ... Added an empty folder at /Library/Application Support/Developer/Shared/Xcode/Project Templates/WebAppKit/Web Application/Resources/public ... created a new blank...