<meta http-equiv="Content-Type" content="text/html charset=us-ascii">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.<div><br></div><div><a href="http://aerogear.org/docs/specs/aerogear-push-messages/" target="_top" rel="nofollow" link="external">http://aerogear.org/docs/specs/aerogear-push-messages/</a><br><div><br></div><div><span class="hljs-title" style="font-weight: bold; font-family: monospace, serif; font-size: 10.909090995788574px; line-height: 14.254545211791992px; white-space: pre;">curl</span><span style="font-family: monospace, serif; font-size: 10.909090995788574px; line-height: 14.254545211791992px; white-space: pre; background-color: rgb(240, 240, 240);"> -</span><span class="hljs-number" style="color: rgb(0, 136, 0); font-family: monospace, serif; font-size: 10.909090995788574px; line-height: 14.254545211791992px; white-space: pre;">3</span><span style="font-family: monospace, serif; font-size: 10.909090995788574px; line-height: 14.254545211791992px; white-space: pre; background-color: rgb(240, 240, 240);"> -u </span><span class="hljs-string" style="color: rgb(136, 0, 0); font-family: monospace, serif; font-size: 10.909090995788574px; line-height: 14.254545211791992px; white-space: pre;">"{PushApplicationID}:{MasterSecret}"</span><span style="font-family: monospace, serif; font-size: 10.909090995788574px; line-height: 14.254545211791992px; white-space: pre; background-color: rgb(240, 240, 240);">
   -v -H </span><span class="hljs-string" style="color: rgb(136, 0, 0); font-family: monospace, serif; font-size: 10.909090995788574px; line-height: 14.254545211791992px; white-space: pre;">"Accept: application/json"</span><span style="font-family: monospace, serif; font-size: 10.909090995788574px; line-height: 14.254545211791992px; white-space: pre; background-color: rgb(240, 240, 240);"> -H </span><span class="hljs-string" style="color: rgb(136, 0, 0); font-family: monospace, serif; font-size: 10.909090995788574px; line-height: 14.254545211791992px; white-space: pre;">"Content-type: application/json"</span><span style="font-family: monospace, serif; font-size: 10.909090995788574px; line-height: 14.254545211791992px; white-space: pre; background-color: rgb(240, 240, 240);"> 
   -X POST
   -d </span><span class="hljs-string" style="color: rgb(136, 0, 0); font-family: monospace, serif; font-size: 10.909090995788574px; line-height: 14.254545211791992px; white-space: pre;">'{
       "variants" : ["c3f0a94f-48de-4b77-a08e-68114460857e", "444939cd-ae63-4ce1-96a4-de74b77e3737" ....],
       "alias" : ["user<span class="hljs-variable">@account</span>.com", "someone<span class="hljs-variable">@aerogear</span>.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"
     }'</span><span style="font-family: monospace, serif; font-size: 10.909090995788574px; line-height: 14.254545211791992px; white-space: pre; background-color: rgb(240, 240, 240);">

</span><span class="hljs-url" style="font-family: monospace, serif; font-size: 10.909090995788574px; line-height: 14.254545211791992px; white-space: pre;">&lt;a href=&quot;https://SERVER:PORT/CONTEXT/rest/sender&quot;&gt;https://SERVER:PORT/CONTEXT/rest/sender</a></span></div><div><font face="monospace, serif"><span style="font-size: 11px; line-height: 14px; white-space: pre;"><br></span></font><div><div>On Jul 24, 2014, at 1:40 PM, Matthias Wessendorf [via aerogear-dev] &lt;<a href="/user/SendEmail.jtp?type=node&node=8533&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' type="cite">

        <div dir="ltr">You should have received a message :-)<div><br></div><div><br></div><div>here is my curl:</div><div><br></div><div>curl -3 -u "ffeaec0b-ebc9-48e7-bab7-1cee73d38221:34882347-03ed-4561-95b6-6eeedc0adbd6" -v -H "Accept: application/json" -H "Content-type: application/json" &nbsp;-X POST -d '{"message": {"alert":"This is a test push from cURL","sound":"default","badge":7,"content-available" : true}}' &nbsp; &nbsp; <a href="https://push-1127studios.rhcloud.com/ag-push/rest/sender" target="_top" rel="nofollow" link="external">https://push-1127studios.rhcloud.com/ag-push/rest/sender</a><br>
<div><br></div><div><br></div><div>I removed the {} from the applicationID and from the masterSecret as well.</div><div><br></div><div>I wonder, why did you enter these {} around the credentials ?&nbsp;</div><div><br></div><div>
<br></div><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 24, 2014 at 8:35 PM, bradrickcarter <span dir="ltr">&lt;&lt;a href=&quot;x-msg://9/user/SendEmail.jtp?type=node&amp;amp;node=8521&amp;amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]</a>&gt;</span> wrote:<br>
<blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' style="border-left:2px solid #CCCCCC;padding:0 1em" class="gmail_quote">Hi Matthias,<div><br></div><div>Yes, the "Send Push" dialog works on the server.&nbsp;</div><div><br></div><div>I had a typo in my url but I am now getting a 401 Unauthorized. curl request below;</div>
<div><br></div><div>curl -3 -u "{ffeaec0b-ebc9-48e7-bab7-1cee73d38221}:{34882347-03ed-4561-95b6-6eeedc0adbd6}" -v -H "Accept: application/json" -H "Content-type: application/json" &nbsp;-X POST -d '{"message": {"alert":"This is a test push from cURL","sound":"default","badge":7,"content-available" : true}}' &nbsp; &nbsp; <a href="https://push-1127studios.rhcloud.com/ag-push/rest/sender" rel="nofollow" link="external" target="_blank">https://push-1127studios.rhcloud.com/ag-push/rest/sender</a></div>
<div><br></div><div><br></div><div>Thank you!</div><div><br></div><div><br><div><div>On Jul 24, 2014, at 1:28 PM, Matthias Wessendorf [via aerogear-dev] &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=8520&amp;i=0" rel="nofollow" link="external" target="_blank">[hidden email]</a>&gt; wrote:</div>
<br><blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' style="border-left:2px solid #CCCCCC;padding:0 1em" type="cite">

        <div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">On Thu, Jul 24, 2014 at 8:13 PM, bradrickcarter <span dir="ltr">&lt;&lt;a href="&lt;a href=&quot;x-msg://3/user/SendEmail.jtp?type=node&amp;amp;amp;node=8519&amp;amp;amp;i=0&quot;&gt;x-msg://3/user/SendEmail.jtp?type=node&amp;amp;node=8519&amp;amp;i=0</a>" target="_top" rel="nofollow" link="external"&gt;[hidden email]&gt;</span> wrote:<br>

<blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' style="border-left:2px solid #CCCCCC;padding:0 1em" class="gmail_quote">First I'd like to say I spent about 3 days trying to get the push plugin to<br>

work in my cordova project (pulled out all of my hair!). I finally got it<br>
working and I am able to push to iOS and Android. The issue is I can only<br>
push messages from the Aerogear Push server on OpenSift. I have tried all<br>
day to send a message using the rest end-points with cURL and Ajax. I have<br>
no more hair to pull out.<br>
<br>
I have used the following urls to send and none work;<br>
<br>
<a href="https://push-1127studios.rhcloud.com/ag-push/rest/sender" rel="nofollow" link="external" target="_blank">https://push-1127studios.rhcloud.com/ag-push/rest/sender</a><br>
returns - HTTP/1.1 400 Bad Request<br></blockquote><div><br></div><div><div style="font-family:arial,sans-serif;font-size:13px">Can share the CURL that cause the 400 ?&nbsp;</div><div style="font-family:arial,sans-serif;font-size:13px">

I bet there is some tiny error on the actual CURL/JSON</div></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">PS: Does the "Send Push" dialog work? The Server has a little page to actually send messags</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">-M</div><div>&nbsp;</div></div></div><blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' style="border-left:2px solid #CCCCCC;padding:0 1em" class="gmail_quote">
<div><div class="h5">

<br>
<a href="https://push-1127studios.rhcloud.com/rest/sender" rel="nofollow" link="external" target="_blank">https://push-1127studios.rhcloud.com/rest/sender</a><br>
returns - HTTP/1.1 404 Not Found<br>
<br>
I have double checked my applicationID and master secret but nothing is<br>
working.<br>
<br>
Help!<br>
please...<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://aerogear-dev.1069024.n5.nabble.com/push-sender-rest-not-working-for-me-tp8517.html" rel="nofollow" link="external" target="_blank">http://aerogear-dev.1069024.n5.nabble.com/push-sender-rest-not-working-for-me-tp8517.html</a><br>


Sent from the aerogear-dev mailing list archive at <a href="http://nabble.com/" rel="nofollow" link="external" target="_blank">Nabble.com</a>.<br>
_______________________________________________<br>
aerogear-dev mailing list<br></div></div>
&lt;a href="&lt;a href=&quot;x-msg://3/user/SendEmail.jtp?type=node&amp;amp;amp;node=8519&amp;amp;amp;i=1&quot;&gt;x-msg://3/user/SendEmail.jtp?type=node&amp;amp;node=8519&amp;amp;i=1</a>" target="_top" rel="nofollow" link="external"&gt;[hidden email]<br>
<a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" rel="nofollow" link="external" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
</blockquote></div><div class=""><br><br clear="all"><div><br></div>-- <br>Matthias Wessendorf <br><br>blog: <a href="http://matthiaswessendorf.wordpress.com/" rel="nofollow" link="external" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>
sessions: <a href="http://www.slideshare.net/mwessendorf" rel="nofollow" link="external" target="_blank">http://www.slideshare.net/mwessendorf</a><br>
twitter: <a href="http://twitter.com/mwessendorf" rel="nofollow" link="external" target="_blank">http://twitter.com/mwessendorf</a>
</div></div></div>
<br>_______________________________________________
<br>aerogear-dev mailing list
<br>&lt;a href="&lt;a href=&quot;x-msg://3/user/SendEmail.jtp?type=node&amp;amp;amp;node=8519&amp;amp;amp;i=2&quot;&gt;x-msg://3/user/SendEmail.jtp?type=node&amp;amp;node=8519&amp;amp;i=2</a>" target="_top" rel="nofollow" link="external"&gt;[hidden email]
<br><a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" rel="nofollow" link="external" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a>

        
        
        
        <br>
        <br>
        <hr noshade="" size="1">
        <div style="color:#444;font:12px tahoma,geneva,helvetica,arial,sans-serif">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                <a href="http://aerogear-dev.1069024.n5.nabble.com/push-sender-rest-not-working-for-me-tp8517p8519.html" rel="nofollow" link="external" target="_blank">http://aerogear-dev.1069024.n5.nabble.com/push-sender-rest-not-working-for-me-tp8517p8519.html</a>
        </div>
        <div style="color:#666;font:11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
                
                To unsubscribe from push sender rest not working for me, <a rel="nofollow" link="external" target="_top">click here</a>.<br>
                <a href="http://aerogear-dev.1069024.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font:9px serif" link="external" target="_blank">NAML</a>
        </div></blockquote></div><br></div>

        
        
        
<br><hr align="left" width="300">
View this message in context: <a href="http://aerogear-dev.1069024.n5.nabble.com/push-sender-rest-not-working-for-me-tp8517p8520.html" target="_blank" rel="nofollow" link="external">Re: [aerogear-dev] push sender rest not working for me</a><div class="HOEnZb">
<div class="h5"><br>
Sent from the <a href="http://aerogear-dev.1069024.n5.nabble.com/" target="_blank" rel="nofollow" link="external">aerogear-dev mailing list archive</a> at <a href="http://Nabble.com" target="_top" rel="nofollow" link="external">Nabble.com</a>.<br></div></div><br>_______________________________________________<br>
aerogear-dev mailing list<br>
&lt;a href=&quot;x-msg://9/user/SendEmail.jtp?type=node&amp;amp;node=8521&amp;amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank" rel="nofollow" link="external">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Matthias Wessendorf <br>
<br>blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank" rel="nofollow" link="external">http://matthiaswessendorf.wordpress.com/</a><br>sessions: <a href="http://www.slideshare.net/mwessendorf" target="_blank" rel="nofollow" link="external">http://www.slideshare.net/mwessendorf</a><br>
twitter: <a href="http://twitter.com/mwessendorf" target="_blank" rel="nofollow" link="external">http://twitter.com/mwessendorf</a>
</div>
<br>_______________________________________________
<br>aerogear-dev mailing list
<br>&lt;a href=&quot;x-msg://9/user/SendEmail.jtp?type=node&amp;amp;node=8521&amp;amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]</a>
<br><a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_top" rel="nofollow" link="external">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a>

        
        
        
        <br>
        <br>
        <hr noshade="noshade" size="1">
        <div style="color:#444; font: 12px tahoma,geneva,helvetica,arial,sans-serif;">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                <a href="http://aerogear-dev.1069024.n5.nabble.com/push-sender-rest-not-working-for-me-tp8517p8521.html" target="_top" rel="nofollow" link="external">http://aerogear-dev.1069024.n5.nabble.com/push-sender-rest-not-working-for-me-tp8517p8521.html</a>
        </div>
        <div style="color:#666; font: 11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
                
                To unsubscribe from push sender rest not working for me, <a href="" target="_top" rel="nofollow" link="external">click here</a>.<br>
                <a href="http://aerogear-dev.1069024.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&amp;id=instant_html%21nabble%3Aemail.naml&amp;base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&amp;breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font:9px serif" target="_top" link="external">NAML</a>
        </div></blockquote></div><br></div></div>

        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://aerogear-dev.1069024.n5.nabble.com/push-sender-rest-not-working-for-me-tp8517p8533.html">Re: [aerogear-dev] push sender rest not working for me</a><br/>
Sent from the <a href="http://aerogear-dev.1069024.n5.nabble.com/">aerogear-dev mailing list archive</a> at Nabble.com.<br/>