java - How to pass IronMQ Token Through Query String -


i trying retrieve messages ironmq, sending 1 request, include projectid , token, still getting response of token required. can please help?? in advance:

here code :

<form id="myform" action="https://mq-aws-us-east-1-2.iron.io/3/projects/575526342343c707/queues/testqueue1/messages?oauth=3b33k3i4pf689wpcvqz9co method="get"> <a onclick="document.getelementbyid('myform').submit();">send request ironmq</a>  </form> 

the response :

{"msg":"token required authentication"} 

first of all, shouldn't post token on stackoverflow.

second, should "oauth", lowercase believe.

third, didn't close quotes on action parameter.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -