Strapi Get Request not returning list of products - strapi

So I am using Postman for a GET request for my Strapi project.
This is my GET request:
http://localhost:1337/api/categories
According to Strapi documentation, I should see a list of all the categories.
https://docs.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/rest-api.html#endpoints
However I am just receiving this:
Sorry if it seems like a noob question, but I can't find online what I am doing wrong. If anyone knows how to fix this problem it would be greatly appreciated. Thanks!

Related

yql query doesn't work

i'm using yql for cross domain ajax
(using cross domain mod for jquery,
https://github.com/padolsey/jquery.fn/tree/master/cross-domain-ajax)
it has worked till few days ago but suddenly doesn't work.
here's my simple query:
select * from html where url="mysite" and xpath
even samples are not working now on https://developer.yahoo.com/yql/
what happened? or is it my bad? anyone same as me?
It happened to me too! Is working intermittently...
This is another online demo: http://icant.co.uk/articles/crossdomain-ajax-with-jquery/error-handling.html. The code used to work. Now is matter of luck.
I replaced all my scripts with CORS (http://www.html5rocks.com/en/tutorials/cors/), but it needs to modify the requested URL header and only is possible if you request a URL of your own server.

Recaptcha 404s Errors

What could I do to try and troubleshoot a re-captcha that had previous been working but now returns a 404 when trying to access the javascript file.
I don't think it's a coding issue because they were up this afternoon.
For what it's worth both my sites using re-captcha have the same issue.
Thoughts?
I believe the reCaptcha service may be experiencing issues. I have multiple websites that are all receiving 404 errors. I know for sure at least 2 of them were working a couple of hours ago.
This is the error I am seeing:
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.google.com/recaptcha/api/js/recapcha_1-XXXXXXXX.js
I've also just found a few other posts with people experiencing the same issue.
It appears to be a global problem at the moment. Twitter feed for reCaptcha has many, many tweets.
For a quick fix, using Chrome's console I went to the "Sources" tab and edited the URL. Just change recapcha_1-XXXXXXXX.js to recapcha_ajax.js and save the change.
Please, make sure that you have version 2 in web config recaptcha api.
Version one doesn't run properly
add key="recaptchaApiVersion" value="2"

Google Review on my Website

I am wondering if anyone knows of a way to feed google reviews into my website? I would like it to be kinda of a testimonial type page. Or if i could feed it with a slider reviews that would be really awesome. Any ideas?
I recently needed to get reviews as well for a similar application, so I created a jQuery plugin that will fetch ALL the reviews and allows for options to be passed in for filtering.
google-places jQuery Plugin
This question is kind of old but maybe it will help someone else
The Google Places API now supports the return of up to five reviews from a Place Details Request.
https://maps.googleapis.com/maps/api/place/details/json?reference=CmRYAAAAciqGsTRX1mXRvuXSH2ErwW-jCINE1aLiwP64MCWDN5vkXvXoQGPKldMfmdGyqWSpm7BEYCgDm-iv7Kc2PF7QA7brMAwBbAcqMr5i1f4PwTpaovIZjysCEZTry8Ez30wpEhCNCXpynextCld2EBsDkRKsGhSLayuRyFsex6JA6NPh9dyupoTH3g&sensor=true&key=AddYourOwnKeyHere

C# - get number of a website indexed page in google?

I wanted to know if there is a way to get number of pages of a website that indexed in Google. with ASP.net , C#
I checked this post, but I didn't get it!
I don't know how to use Google API or even where can I get it!!
Thank You!
You'll need to use this library:
http://code.google.com/p/google-gdata/

Magento ACP Category Manager Broken?

I'm having a strange issue in the ACP where the manage categories page looks like this: http://screencast.com/t/IcNbpP87 I'd really appreciate any insight you guys may be able to provide.
I've looked around for a couple days and am pulling my hair out.
Chrome
Displays a “New Root Category” form but you are unable to click a category to modify it.
Firefox & Safari:
Seems to return the proper data via ajax from the server, though it displays the information without parsing(?)
Looking at the source in firebug, it looks like data that isn’t being parsed correctly within the otherwise correct <div id="category-edit-container" class="category-content">
Source reference: http://pastebin.com/Zz7pKajj
I’d appreciate any suggestion on how to potentially move forward and get this fixed up. Thanks!
After going two day crazy with this issue in our case the solution was on the most unexpected location: It was the index.php that was corrupted the culprit. After removing some spurious code that seemed that was injected or by some way modified all is working as expected.
If there is content before the doctype header you will get this error. Check for that.

Resources