Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 408231
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T17:40:20+00:00 2026-05-12T17:40:20+00:00

Is there a way to request Kuler themes using AJAX, and then storing the

  • 0

Is there a way to request Kuler themes using AJAX, and then storing the themes in an array or something? I’ve got the API key and verified it’s working. But I can’t seem to get it working with AJAX… :\

$.ajax({
  url:"http://kuler-api.adobe.com/rss/search.cfm",
  data: {"searchQuery":"blue", "key":"Wh47EV3R7HEK3YI5"},
  success: function(data) {
     console.log(data);
  },
  error: function(xhr, txt, err) {
     //I always end up here... :\
     console.log("error text: " + txt);
     console.log("error message: " + err); //undefined
  }
});

The so-called documentation is of no help whatsoever…

edit: I’ve also tried this:

$.get("http://kuler-api.adobe.com/rss/search.cfm", 
      {"searchQuery":"blue", "key":"Wh47EV3R7HEK3YI5"},
      function(data) {
         console.log(data);
      }
);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T17:40:21+00:00Added an answer on May 12, 2026 at 5:40 pm

    The problem is that your browser doesn’t allow cross-domain-requests with ajax. Google for this problem (cross domain requests ajax)

    Basically you serve your content and this ajax/javascript from say http://www.mydomain.com but then the script tries to make a call to http://kuler-api.adobe.com which isn’t allowed for security reasons.

    I too tend to forget about this sometimes, thats why I didn’t catch it immediately.

    Solution is to setup a gateway-script on your server which does the request on your behalf and then returns the data as response to the ajax call. (be sure to make the script save, so it can’t be misused as open proxy)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using the Scores section of the Facebook Graph API, is there a way to
is there a way to use request.getRequestDispatcher with a FQDN? Something like request.getRequestDispatcher(http://mysite.com/test) If
Is there a way to have one AJAX request with multiple responses? For example,
I need a way to request any site using Ajax. I mean ANY site,
Is there a way using which I can request Android OS to reboot after
Is there any way to get HttpContext.Current.Request.Url.Host and HttpContext.Current.Request.ApplicationPath in one call? Something like
Is there a way to get request.session from inside a class-based view? For instance,
Is there a way to perform an HTTP GET request within a Visual Basic
Is there a way to know the main/calling request in an httpmodule? I only
Is there a way to detect what browser the request is made in the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.