Questions tagged [taffy]

Taffy is a RESTful Web Service framework for ColdFusion

enter image description here

Taffy is an open-source framework for creating APIs in

28 questions
1
vote
1 answer

Taffy Basic login prompt appears

I'm trying to find what causes the Basic login dialog to prompt when accessing a protected endpoint. we are behind SSL and using Taffy REST framework. The http basic login I'm referring is like this…
Vlad
  • 1,077
  • 2
  • 13
  • 27
1
vote
1 answer

Expose an endpoint as public

What is a good strategy to expose an endpoint as public. Our Taffy API have authentication in every endpoint but we also want to expose some endpoints without authentication. My Initial strategy is create another Folder in the resources called…
Vlad
  • 1,077
  • 2
  • 13
  • 27
1
vote
0 answers

Insert data from database if (something)

I'm working on a site where I'm using an API to connect to a database. I want to get the data from the database IF the elements includes a specific "i:field". If they don't include that specific "i:field" I have no use for them in my project.…
1
vote
0 answers

ColdFusion / Mod_Rewrite / Taffy: Friendly URL with Query String

I am somewhat of an apache newb -- let's get that out of the way first thing! I'm trying to set up "taffy", a REST API framework, on my railo instance, and I cannot for the life of me get this rewrite to work. I got it set up just fine with…
user446882
  • 357
  • 5
  • 16
1
vote
2 answers

Application.cfc extending cfc in subdirectory without access to CF admin or webroot subdirectories

I'm on a shared linux server and I only have access to http://domain.com/~username/ which maps to ~/public_html. I would like to use the Taffy framework for ColdFusion in this context. As far as I can tell, to use the framework you must have an…
Myer
  • 3,670
  • 2
  • 39
  • 51
0
votes
1 answer

dynamic "and" query in taffy DB

I am trying to filter my taffy database and I have some drop-down which allows the user to choose the filter: