<div dir="ltr">Hello,<div><br></div><div>based on your feedback, we did some overhaul on our RESTful APIs:<br><div><a href="http://aerogear.org/docs/specs/aerogear-unifiedpush-rest/overview-index.html">http://aerogear.org/docs/specs/aerogear-unifiedpush-rest/overview-index.html</a><br>
</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 24, 2014 at 10:01 PM, bradrickcarter <span dir="ltr">&lt;<a href="mailto:bradrickcarter@gmail.com" target="_blank">bradrickcarter@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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/" rel="nofollow" link="external" target="_blank">http://aerogear.org/docs/specs/aerogear-push-messages/</a><br><div><br></div><div><span style="font-weight:bold;font-family:monospace,serif;font-size:10.909090995788574px;line-height:14.254545211791992px;white-space:pre-wrap">curl</span><span style="font-family:monospace,serif;font-size:10.909090995788574px;line-height:14.254545211791992px;white-space:pre-wrap;background-color:rgb(240,240,240)"> -</span><span style="color:rgb(0,136,0);font-family:monospace,serif;font-size:10.909090995788574px;line-height:14.254545211791992px;white-space:pre-wrap">3</span><span style="font-family:monospace,serif;font-size:10.909090995788574px;line-height:14.254545211791992px;white-space:pre-wrap;background-color:rgb(240,240,240)"> -u </span><span style="color:rgb(136,0,0);font-family:monospace,serif;font-size:10.909090995788574px;line-height:14.254545211791992px;white-space:pre-wrap">&quot;{PushApplicationID}:{MasterSecret}&quot;</span><span style="font-family:monospace,serif;font-size:10.909090995788574px;line-height:14.254545211791992px;white-space:pre-wrap;background-color:rgb(240,240,240)">
   -v -H </span><span style="color:rgb(136,0,0);font-family:monospace,serif;font-size:10.909090995788574px;line-height:14.254545211791992px;white-space:pre-wrap">&quot;Accept: application/json&quot;</span><span style="font-family:monospace,serif;font-size:10.909090995788574px;line-height:14.254545211791992px;white-space:pre-wrap;background-color:rgb(240,240,240)"> -H </span><span style="color:rgb(136,0,0);font-family:monospace,serif;font-size:10.909090995788574px;line-height:14.254545211791992px;white-space:pre-wrap">&quot;Content-type: application/json&quot;</span><span style="font-family:monospace,serif;font-size:10.909090995788574px;line-height:14.254545211791992px;white-space:pre-wrap;background-color:rgb(240,240,240)"> 
   -X POST
   -d </span><span style="color:rgb(136,0,0);font-family:monospace,serif;font-size:10.909090995788574px;line-height:14.254545211791992px;white-space:pre-wrap">&#39;{
       &quot;variants&quot; : [&quot;c3f0a94f-48de-4b77-a08e-68114460857e&quot;, &quot;444939cd-ae63-4ce1-96a4-de74b77e3737&quot; ....],
       &quot;alias&quot; : [&quot;user<span>@account</span>.com&quot;, &quot;someone<span>@aerogear</span>.org&quot;, ....],
       &quot;categories&quot; : [&quot;someCategory&quot;, &quot;otherCategory&quot;],
       &quot;deviceType&quot; : [&quot;iPad&quot;, &quot;AndroidTablet&quot;],
       &quot;ttl&quot; : 3600,
       &quot;message&quot;: {
         &quot;alert&quot;:&quot;HELLO!&quot;,
         &quot;sound&quot;:&quot;default&quot;,
         &quot;badge&quot;:7,
         &quot;content-available&quot; : true,
         &quot;someKey&quot;:&quot;some value&quot;,
         &quot;anotherCustomKey&quot;:&quot;some other value&quot;
       },
       &quot;simple-push&quot;: &quot;version=123&quot;
     }&#39;</span><span style="font-family:monospace,serif;font-size:10.909090995788574px;line-height:14.254545211791992px;white-space:pre-wrap;background-color:rgb(240,240,240)">

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

        <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 &quot;ffeaec0b-ebc9-48e7-bab7-1cee73d38221:34882347-03ed-4561-95b6-6eeedc0adbd6&quot; -v -H &quot;Accept: application/json&quot; -H &quot;Content-type: application/json&quot;  -X POST -d &#39;{&quot;message&quot;: {&quot;alert&quot;:&quot;This is a test push from cURL&quot;,&quot;sound&quot;:&quot;default&quot;,&quot;badge&quot;:7,&quot;content-available&quot; : true}}&#39;     <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>

<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 ? </div><div><br></div><div>

<br></div><div><br></div><div><br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div class="">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]&gt;</span> wrote:<br>

</div><blockquote style="border-left:2px solid #cccccc;padding:0 1em" class="gmail_quote"><div class="">Hi Matthias,<div><br></div><div>Yes, the &quot;Send Push&quot; dialog works on the server. </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 &quot;{ffeaec0b-ebc9-48e7-bab7-1cee73d38221}:{34882347-03ed-4561-95b6-6eeedc0adbd6}&quot; -v -H &quot;Accept: application/json&quot; -H &quot;Content-type: application/json&quot;  -X POST -d &#39;{&quot;message&quot;: {&quot;alert&quot;:&quot;This is a test push from cURL&quot;,&quot;sound&quot;:&quot;default&quot;,&quot;badge&quot;:7,&quot;content-available&quot; : true}}&#39;     <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><div><br><div><div class=""><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></div><blockquote 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"><div><div>On Thu, Jul 24, 2014 at 8:13 PM, bradrickcarter <span dir="ltr">&lt;&lt;a href=&quot;&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&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]&gt;</span> wrote:<br>


<blockquote style="border-left:2px solid #cccccc;padding:0 1em" class="gmail_quote">First I&#39;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 ? </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 &quot;Send Push&quot; 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> </div></div></div></div></div><blockquote style="border-left:2px solid #cccccc;padding:0 1em" class="gmail_quote">
<div><div class="h5">
<div><div>

<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></div></div>
&lt;a href=&quot;&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&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&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=""><div><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></div>
<br>_______________________________________________
<br>aerogear-dev mailing list
<br>&lt;a href=&quot;&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&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;[hidden email]
<br><div class=""><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">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></div></blockquote></div><br></div><div class="">

        
        
        
<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" rel="nofollow" link="external" target="_blank">Re: [aerogear-dev] push sender rest not working for me</a><div>

<div><br>
Sent from the <a href="http://aerogear-dev.1069024.n5.nabble.com/" rel="nofollow" link="external" target="_blank">aerogear-dev mailing list archive</a> at <a href="http://Nabble.com" rel="nofollow" link="external" target="_blank">Nabble.com</a>.<br>
</div></div><br>_______________________________________________<br>
aerogear-dev mailing list<br></div>
&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]<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>
<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]
<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 class="">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                </div><a href="http://aerogear-dev.1069024.n5.nabble.com/push-sender-rest-not-working-for-me-tp8517p8521.html" rel="nofollow" link="external" target="_blank">http://aerogear-dev.1069024.n5.nabble.com/push-sender-rest-not-working-for-me-tp8517p8521.html</a>
        </div><div class="">
        <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">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></div></blockquote></div><br></div></div><div class="HOEnZb"><div class="h5">

        
        
        
<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" target="_blank">Re: [aerogear-dev] push sender rest not working for me</a><br>
Sent from the <a href="http://aerogear-dev.1069024.n5.nabble.com/" target="_blank">aerogear-dev mailing list archive</a> at Nabble.com.<br></div></div><br>_______________________________________________<br>
aerogear-dev mailing list<br>
<a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">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">http://matthiaswessendorf.wordpress.com/</a><br>sessions: <a href="http://www.slideshare.net/mwessendorf" target="_blank">http://www.slideshare.net/mwessendorf</a><br>
twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a>
</div>