[bisq-network/bisq-markets] API content type is not json (#7)

Federico GarcĂ­a notifications at github.com
Sun May 6 21:09:22 UTC 2018


I'm not sure if this is a real issue or if I'm doing some mistakes.

The verification of the GET response using R console shows that the response content is not json:

> bisq.response   <- GET("https://markets.bisq.network/api/markets")
> http_type(bisq.response)
[1] "**text/html**"
> 

I did the same (basic) test to the github API to check if I'm doing something wrong:

> github.response <- GET("https://api.github.com/repos/bisq-network/bisq-desktop")
> http_type(github.response)
[1] "**application/json**"
> 

The Firefox browser shows the same issue:

![screenshot_20180506_173920](https://user-images.githubusercontent.com/14953828/39677854-705f3882-5158-11e8-9dda-28ae9a20e3d1.png)

![screenshot_20180506_173838](https://user-images.githubusercontent.com/14953828/39677855-7089be04-5158-11e8-9ee6-ce6d58dcad23.png)


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq-markets/issues/7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/github/attachments/20180506/f29604f9/attachment.html>


More information about the github mailing list