问题描述
您好我正在尝试向Face Service进行API调用。
Hi I'm trying to make API calls to the Face Service.
我使用的Facebook网址如下所示:
I'm using Facebook URLs which looks like this:
http://scontent-cdt1-1.cdninstagram.com/vp/2c633f4000e73f9b69883064887bca67/5D97B217/t51.2885-15/e35/59052108_38663_n.jpg? nc_ht = scontent-cdt1-1.cdninstagram.com
http://scontent-cdt1-1.cdninstagram.com/vp/2c633f4000e73f9b69883064887bca67/5D97B217/t51.2885-15/e35/59052108_38663_n.jpg?nc_ht=scontent-cdt1-1.cdninstagram.com
提交到API时,格式错误,因为.jpg不在URL的末尾。
nc_ht 字段是必要的。
When submitting to the API I get wrong format since the .jpg is not at the end of the URL. Thenc_ht field is necessary.
绕过此任何技巧?
Any trick to bypass this?
提前致谢!
推荐答案
这篇关于由于查询“?_ nc_ht = scontent ...”,.jpg无法识别为有效格式。在URL内的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!