1

hey i have a ajax request like

$.ajax({
        type: 'GET',
        url: 'http://solr.plunq.id:8984/solr/'+ url_Category +'/select',
        data: {q: "*:*", start: offset, rows: limit, wt: 'json', indent:'true', omitHeader:'true',fq:'{!geofilt%20pt='+ latitude +','+ longitude +'%20sfield=latlon%20d=5}'},
        contentType: 'application/json',
        dataType : 'json'
    }).done(function (result) {});

why return 400 bad request? But when i open in browser the site its fine :( pls help

cahyowhy
  • 553
  • 2
  • 9
  • 26

0 Answers0