# Webhooks get error

**URL:** https://forums.suse.com/t/webhooks-get-error/6549
**Category:** Rancher 1.x
**Created:** [June 4, 2017, 1:30am UTC](https://forums.suse.com/t/webhooks-get-error/6549 "2017-06-04T01:30:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![yanyouqiang1](https://avatars.discourse-cdn.com/v4/letter/y/4da419/32.png) [@yanyouqiang1](https://forums.suse.com/u/yanyouqiang1)
#### Post date: [June 4, 2017, 1:30am UTC](https://forums.suse.com/t/webhooks-get-error/6549/1 "2017-06-04T01:30:37Z")

</div>

![](https://us1.discourse-cdn.com/flex022/uploads/suse/original/2X/4/4da318be0df46f251c50891cad5ee72f44a6e703.png)

when i post a trigger url,it was got an error response.  
{“actions”:{},“links”:{“self”:“[http://172.18.218.252:8080/v1-webhooks/endpoint"},“message”:"Error](http://172.18.218.252:8080/v1-webhooks/endpoint%22%7D,%22message%22:%22Error) unmarshalling request body in Execute handler: invalid character ‘%’ looking for beginning of value”,“status”:“Server Error”,“statusCode”:500,“type”:“error”}.  
so, what should i do?

---

<div class="post-metadata">

### Author: ![tfiduccia](https://sea2.discourse-cdn.com/flex022/user_avatar/forums.suse.com/tfiduccia/32/2005_2.png) [@tfiduccia](https://forums.suse.com/u/tfiduccia)
#### Post date: [June 5, 2017, 6:12pm UTC](https://forums.suse.com/t/webhooks-get-error/6549/2 "2017-06-05T18:12:38Z")

</div>

I cannot reproduce your error. To make sure it’s not something in your code can you go to the Terminal and do a  
`curl -v -X POST '<url>'`  
Make sure you put the URL inside of quotes

---

<div class="post-metadata">

### Author: ![yanyouqiang1](https://avatars.discourse-cdn.com/v4/letter/y/4da419/32.png) [@yanyouqiang1](https://forums.suse.com/u/yanyouqiang1)
#### Post date: [June 6, 2017, 7:59am UTC](https://forums.suse.com/t/webhooks-get-error/6549/3 "2017-06-06T07:59:49Z")

</div>

Thanks for your reply.  
The server was worked and response correctly by using curl command,the error was happened when i using a web form to post the trigger url and also the java code,like below.  
web form:  
  
  
  
java code:

 ![](https://us1.discourse-cdn.com/flex022/uploads/suse/original/2X/c/cb068a2c666450e311f1d5df163d9b4f33976c4c.png)
