getbible / Joomla-3-Component

Home of the getBible component for Joomla 3.x
getbible.net
GNU General Public License v3.0
11 stars 7 forks source link

Using request.js returns "Malware detected" #23

Closed sukkergris closed 6 years ago

sukkergris commented 6 years ago

Trying to use nodejs to access the api. But I just get the above result.

403: Access Forbidden

Malware detected. (http://getbible.net/json?scrip=Acts%203:17-4;2:1) Any thoughts? :)
Llewellynvdm commented 6 years ago

This may be due to the jsonp return set that is used for jQuery, add &raw=true to your query and see if the issue gets resolved.

sukkergris commented 6 years ago

Thanks for the reply. I just tried - but same result. The request is issued from node.js maby the issue is here. (http://getbible.net/json?scrip=Acts%203:17-4;2:1&raw=true)

Llewellynvdm commented 6 years ago

Amazing news, have a look at https://github.com/getbible/v1#getbible-api-v1 the new easy expansion of the getBible API