推送通知Drupal模块 - 删除设备(Web服务) [英] Push notifications Drupal module - Remove device (Web services)

查看:145
本文介绍了推送通知Drupal模块 - 删除设备(Web服务)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我开始使用这个模块,我设法注册了设备(按照他的作者的指示发布了 here )。



现在我试图取消注册设备但是当我发送http删除请求(使用存储在数据库中的值发送令牌参数)时,我获得的消息是HTTP / 1.1 301永久移动,我不知道这里发生了什么。



我已经上网了,但是我没有找到任何与此相关的内容...



如果您需要任何额外的信息让我知道。



提前感谢



编辑:



我正在使用一个Java休息客户端( RESTClient 3.2.1 ),它用于注册设备,以测试这些Web服务。
要删除设备,我设置一个指向此URL的DELETE请求



http://www.myweb.com/ws-apps/push_notifications/ 1234



1234是我以前保存的测试设备的ID。



我仍然收到提到的错误...

解决方案

最后,我已经能够发现我失败了。



我正在使用这个网址



http:// www.myweb.com/ws-apps/push_notifications/1234



但是我忘了在URL中指定语言...调用以下URL我能够得到这个工作。



http://www.myweb.com/en/ws-apps/push_notifications/1234



我希望这可以是将来对别人有用。


I´ve started to work with this module and i´ve managed to register devices (following the instructions of his author posted here).

Now i'm trying to unregister devices but when i send the http delete request (sending the token parameter with the value stored in DB) the message that i obtain is "HTTP/1.1 301 Moved Permanently" and i have no idea what´s happening here.

I´ve been surfing the net but i didn´t find anything related to this...

If you need any additional info let me know.

Thanks in advance

EDIT:

I´m using a java rest client (RESTClient 3.2.1), which worked for register devices, to test these web services. To remove the device I´m setting a DELETE request pointing to this URL

http://www.myweb.com/ws-apps/push_notifications/1234

Where "1234" is the ID of a test device that I´ve saved before.

I´m still getting the error mentioned...

解决方案

Finally i´ve been able to discover where i was failing.

I was using this url

http://www.myweb.com/ws-apps/push_notifications/1234

But i forgot to specify the language too in the URL... Calling the following URL I was able to get this working.

http://www.myweb.com/en/ws-apps/push_notifications/1234

I hope this could be useful for someone else in future.

这篇关于推送通知Drupal模块 - 删除设备(Web服务)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆