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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:33:43+00:00 2026-05-25T23:33:43+00:00

I have the ajax query var url = http://ISAServer.domain.com/WebSite; $.ajax({ url: url, success: function

  • 0

I have the ajax query

    var url = "http://ISAServer.domain.com/WebSite";

    $.ajax({
        url: url,
        success: function (data) {
            alert('Load Successful');
        },
        error: function (data) {
            alert('error');
            console.log(data);
            console.log(data.readyState);
            console.log(data.status);
            console.log(data.statusText);
            console.log(data.responseText);
        },
        dataType: 'json'
    });

The error callback is called. In order to go through ISA, I use an IPad. Using an IPad, the values returned are not very helpful.

  • [object Object]
  • 0
  • 0
  • error
  • “”

I am fairly sure the issue is a cross domain get request. ISA somehow should redirect me to

“http://internal.domain/WebSite”

But it fails. Things are fine when I do not go through ISA and also make a $.get request from the same domain (fails if I try cross domain, like localhost to server).

I am using ASP.NET MVC-3. I have been unsuccessful implementing relative URL’s. They end up in the form

“http://servername/siteName/Controller/ControllerService?query”

When it should be

“http://servername/siteName/ControllerService?query”

So, unless you know how to fix that, relative URL’s are not an option (and being we have to go through ISA I seriously doubt it would solve anything). I have a helper method which resolves the current path “http://servername/siteName”.

Any tips, ideas suggestions?

  • 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-25T23:33:43+00:00Added an answer on May 25, 2026 at 11:33 pm

    You can’t perform cross-domain ajax requests. Well, there are ways to do it, but the built-in library doesn’t allow for it for security reasons.

    http://www.ajax-cross-domain.com/ provides a method to do this. I can’t vouch for it, as I’ve never tried it, though.

    From the URL above, though: “In client-side javascript, this functionality is not present due to the Same Origin Policy. Though this policy is necessary for a robust security model, programmers are often handicapped in their wish to send and retrieve requests to remote servers.”

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

Sidebar

Related Questions

I have $.ajax({ url: identity, success: function(data) { ProcessIdentityServer(data) } }); When 'data' is
I have this jquery code: $.ajax({ type: GET, url: http://api.ipinfodb.com/v2/ip_query.php?key=3b80b5588c22d2a03c0e6979d1e85e397e043646c4a65ffe47ff01d47bce51e, dataType: xml, success: function(xml)
The following code: jQuery(document).ready(function($) { function getBooks() { var query = ajax.php?do=allbooks; $.ajax({ dataType:
Here is what I have going on in my AJAX: $('#submit-button').click(function(){ var twit =
I have this code to get results based in search query: $(document).ready(function(){ $('#envio').click(function(){ var
I'm trying to query the OpenCalais service semanticproxy.com. Unfortunately, their url format is as
function submitcheck() { var f = document.form1; if (f.rbTemplate!= null) { ... alert('Please choose
$.getJSON(http://192.168.1.9:8983/solr/db/select/?wt=json&&start=0&rows=100&q=+query+&json.wrf=?, function(result){ //$.each(result.response.docs, function(result){ if(result.response.numFound==0) { $.ajax({ url: http://192.168.1.9:8983/solr/db/select/?wt=json&&start=0&rows=100&q=+query+&spellcheck=true&json.wrf=?, async:false, success: function(result){ $.each(result.spellcheck.suggestions, function(i,item){
I have jQuery Ajax request that sends data to a PHP page that then
I have ajax code for asp.net (non-mvc) to call to a webMethod to get

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.