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 6568515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T14:29:17+00:00 2026-05-25T14:29:17+00:00

In my application i am using simple Jquery Ajax call, but it is not

  • 0

In my application i am using simple Jquery Ajax call, but it is not working. Here is my code

      try{
          $.ajax({
               type: "GET",
               url: "http://xxxxxxx/sites/weed/chkuseremail_response.php?user_name=hhhhh&type=user&email=test@test.com",
               async: false,
               success: function(result) {
                        alert("result "+result);
                        alert("result.response "+result.response);
                        alert("result.error "+result.error);

                                  var error = result.error;
                                  var response = result.response;
                                  if (error == null || error == "null") {
                                      alert("welcome1");
                                  }
                                  if (response == null || response == "null") {
                                       alert("welcome2");
                                  }

                                  },
                                       error: function() {
                                              alert("welcome3");
                                              }
                                       });

           }catch(e)  {alert(e);

}    

I am using rhodes 3.0.2.

  • 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-25T14:29:17+00:00Added an answer on May 25, 2026 at 2:29 pm

    This is because of cross-domain policy restrictions.

    When you’re browsing a site, for security reasons, ajax calls to other hosts are disabled by the browser.

    The same thing is happening for your Rhodes application, you can’t call a web service that’s not running on the same domain of your application.

    You can use JSONP to be able to get external JSON data.

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

Sidebar

Related Questions

I am trying to call a simple method in my code behind using Jquery
I am calling a simple method on WCF side using Jquery. $.ajax({ type: POST,
Am I missing something? I'm trying to do a simple ajax call using jquery
I am working on a simple chat application using a System.Windows.Forms.WebBrowser Control to display
I haved generated simple CRUD application from seam-gen using seam generate-ui command, but the
I am using ajax with jQuery in my cakePHP application. and my javascript function
I'm working on a simple PHP application, using CouchDB and PHP-on-Couch to access some
I am using JQuery to submit a form with $.ajax() and then get the
I developed a simple jquery ajax php application. I done a pagination. In that
I am using jQuery UI (1.8.16) extensively in my application. I've developed a simple

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.