[aerogear-dev] push sender rest not working for me
bradrickcarter
bradrickcarter at gmail.com
Thu Jul 24 16:01:53 EDT 2014
BTW - you asked why I put brackets around the credentials, its in your docs. it may be common knowledge not to do that but I was having such a hard time making it work I thought I would follow the docs to a T.
http://aerogear.org/docs/specs/aerogear-push-messages/
curl -3 -u "{PushApplicationID}:{MasterSecret}"
-v -H "Accept: application/json" -H "Content-type: application/json"
-X POST
-d '{
"variants" : ["c3f0a94f-48de-4b77-a08e-68114460857e", "444939cd-ae63-4ce1-96a4-de74b77e3737" ....],
"alias" : ["user at account.com", "someone at aerogear.org", ....],
"categories" : ["someCategory", "otherCategory"],
"deviceType" : ["iPad", "AndroidTablet"],
"ttl" : 3600,
"message": {
"alert":"HELLO!",
"sound":"default",
"badge":7,
"content-available" : true,
"someKey":"some value",
"anotherCustomKey":"some other value"
},
"simple-push": "version=123"
}'
https://SERVER:PORT/CONTEXT/rest/sender
On Jul 24, 2014, at 1:40 PM, Matthias Wessendorf [via aerogear-dev] <ml-node+s1069024n8521h35 at n5.nabble.com> wrote:
> You should have received a message :-)
>
>
> here is my curl:
>
> curl -3 -u "ffeaec0b-ebc9-48e7-bab7-1cee73d38221:34882347-03ed-4561-95b6-6eeedc0adbd6" -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"message": {"alert":"This is a test push from cURL","sound":"default","badge":7,"content-available" : true}}' https://push-1127studios.rhcloud.com/ag-push/rest/sender
>
>
> I removed the {} from the applicationID and from the masterSecret as well.
>
> I wonder, why did you enter these {} around the credentials ?
>
>
>
>
>
>
> On Thu, Jul 24, 2014 at 8:35 PM, bradrickcarter <[hidden email]> wrote:
> Hi Matthias,
>
> Yes, the "Send Push" dialog works on the server.
>
> I had a typo in my url but I am now getting a 401 Unauthorized. curl request below;
>
> curl -3 -u "{ffeaec0b-ebc9-48e7-bab7-1cee73d38221}:{34882347-03ed-4561-95b6-6eeedc0adbd6}" -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"message": {"alert":"This is a test push from cURL","sound":"default","badge":7,"content-available" : true}}' https://push-1127studios.rhcloud.com/ag-push/rest/sender
>
>
> Thank you!
>
>
> On Jul 24, 2014, at 1:28 PM, Matthias Wessendorf [via aerogear-dev] <[hidden email]> wrote:
>
>>
>>
>>
>> On Thu, Jul 24, 2014 at 8:13 PM, bradrickcarter <<a href="x-msg://3/user/SendEmail.jtp?type=node&node=8519&i=0" target="_top" rel="nofollow" link="external">[hidden email]> wrote:
>> First I'd like to say I spent about 3 days trying to get the push plugin to
>> work in my cordova project (pulled out all of my hair!). I finally got it
>> working and I am able to push to iOS and Android. The issue is I can only
>> push messages from the Aerogear Push server on OpenSift. I have tried all
>> day to send a message using the rest end-points with cURL and Ajax. I have
>> no more hair to pull out.
>>
>> I have used the following urls to send and none work;
>>
>> https://push-1127studios.rhcloud.com/ag-push/rest/sender
>> returns - HTTP/1.1 400 Bad Request
>>
>> Can share the CURL that cause the 400 ?
>> I bet there is some tiny error on the actual CURL/JSON
>>
>> PS: Does the "Send Push" dialog work? The Server has a little page to actually send messags
>>
>> -M
>>
>>
>> https://push-1127studios.rhcloud.com/rest/sender
>> returns - HTTP/1.1 404 Not Found
>>
>> I have double checked my applicationID and master secret but nothing is
>> working.
>>
>> Help!
>> please...
>>
>>
>>
>> --
>> View this message in context: http://aerogear-dev.1069024.n5.nabble.com/push-sender-rest-not-working-for-me-tp8517.html
>> Sent from the aerogear-dev mailing list archive at Nabble.com.
>> _______________________________________________
>> aerogear-dev mailing list
>> <a href="x-msg://3/user/SendEmail.jtp?type=node&node=8519&i=1" target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> twitter: http://twitter.com/mwessendorf
>>
>> _______________________________________________
>> aerogear-dev mailing list
>> <a href="x-msg://3/user/SendEmail.jtp?type=node&node=8519&i=2" target="_top" rel="nofollow" link="external">[hidden email]
>> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>>
>> If you reply to this email, your message will be added to the discussion below:
>> http://aerogear-dev.1069024.n5.nabble.com/push-sender-rest-not-working-for-me-tp8517p8519.html
>> To unsubscribe from push sender rest not working for me, click here.
>> NAML
>
>
> View this message in context: Re: [aerogear-dev] push sender rest not working for me
>
> Sent from the aerogear-dev mailing list archive at Nabble.com.
>
> _______________________________________________
> aerogear-dev mailing list
> [hidden email]
> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>
> _______________________________________________
> aerogear-dev mailing list
> [hidden email]
> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>
> If you reply to this email, your message will be added to the discussion below:
> http://aerogear-dev.1069024.n5.nabble.com/push-sender-rest-not-working-for-me-tp8517p8521.html
> To unsubscribe from push sender rest not working for me, click here.
> NAML
--
View this message in context: http://aerogear-dev.1069024.n5.nabble.com/push-sender-rest-not-working-for-me-tp8517p8533.html
Sent from the aerogear-dev mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-dev/attachments/20140724/d2f1c57d/attachment.html
More information about the aerogear-dev
mailing list