Sending HTTP Post to Parse Platform from AT CommandParse.com Integration gives Bad request errorSending array of objects in one request in parse push notification rest serviceSending Http POST Request through Rest API in JavascriptRequest header field X-Parse-Master-Key is not allowed by Access-Control-Allow-HeadersAllow 3rd party API access without giving out Parse keysCan't send push notifications via REST api when migrating from Parse to NodechefParse on AWS 503 error when calling from Auth0 and ok from localParse for iOS mobile app why extend query does not work using javascriptFirebase AT Command HTTP POSTAT+CIPSEND HTTP Post not sending data

What happens when your group is victim of a surprise attack but you can't be surprised?

What do you call the action of someone tackling a stronger person?

Pronunciation of "œuf" in "deux œufs kinder" and "bœuf "in "deux bœufs bourguignons" as an exception to silent /f/ in the plural

How come I was asked by a CBP officer why I was in the US when leaving?

Transitive action of a discrete group on a compact space

Is there any set of 2-6 notes that doesn't have a chord name?

Dold-Kan correspondence in the category of symmetric spectra

Going to get married soon, should I do it on Dec 31 or Jan 1?

Alphabet completion rate

What shortcut does ⌦ symbol in Camunda macOS app indicate and how to invoke it?

Why isn’t the tax system continuous rather than bracketed?

Could Sauron have read Tom Bombadil's mind if Tom had held the Palantir?

Avoid bfseries from bolding pm in siunitx

How would a order of Monks that renounce their names communicate effectively?

Can a US president have someone sent to prison?

How to modify the uneven space between separate loop cuts, while they are already cut?

Should I tell my insurance company I have an unsecured loan for my new car?

How fast can a ship with rotating habitats be accelerated?

How exactly is a normal force exerted, at the molecular level?

Did Chinese school textbook maps (c. 1951) "depict China as stretching even into the central Asian republics"?

Wilcoxon signed rank test – critical value for n>50

How hard is it to sell a home which is currently mortgaged?

Analog is Obtuse!

Are there any vegetarian astronauts?



Sending HTTP Post to Parse Platform from AT Command


Parse.com Integration gives Bad request errorSending array of objects in one request in parse push notification rest serviceSending Http POST Request through Rest API in JavascriptRequest header field X-Parse-Master-Key is not allowed by Access-Control-Allow-HeadersAllow 3rd party API access without giving out Parse keysCan't send push notifications via REST api when migrating from Parse to NodechefParse on AWS 503 error when calling from Auth0 and ok from localParse for iOS mobile app why extend query does not work using javascriptFirebase AT Command HTTP POSTAT+CIPSEND HTTP Post not sending data






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I am trying to send a post http request to the following that works in other platforms but have problem formatting it in AT Command:



AT+CHTTPACT="parseapi.back4app.com",443
WAIT=1
POST https://parseapi.back4app.com/classes/sensor HTTP/1.1
X-Parse-Application-Id: GiFxhzih1h49s1Zv9P5A5cewnPt5IDx7hultl46j
X-Parse-REST-API-Key: ksduaNwsr8Pctjkr1lBP6jfhA2Tb40ghNl2RTmB3
Content-Type: application/json
Content-Length: 15
"sensor":"55"
<cr><lf>^z<cr><lf>


This is the error I get:




The request could not be satisfied.


Bad request.
Generated by cloudfront (CloudFront)
Request ID: 3chKxtt4JUxY0RHrSBoYqWp9mYdbZmelia7o1_7CtxFRM4e2WodH-w==








share|improve this question






























    0















    I am trying to send a post http request to the following that works in other platforms but have problem formatting it in AT Command:



    AT+CHTTPACT="parseapi.back4app.com",443
    WAIT=1
    POST https://parseapi.back4app.com/classes/sensor HTTP/1.1
    X-Parse-Application-Id: GiFxhzih1h49s1Zv9P5A5cewnPt5IDx7hultl46j
    X-Parse-REST-API-Key: ksduaNwsr8Pctjkr1lBP6jfhA2Tb40ghNl2RTmB3
    Content-Type: application/json
    Content-Length: 15
    "sensor":"55"
    <cr><lf>^z<cr><lf>


    This is the error I get:




    The request could not be satisfied.


    Bad request.
    Generated by cloudfront (CloudFront)
    Request ID: 3chKxtt4JUxY0RHrSBoYqWp9mYdbZmelia7o1_7CtxFRM4e2WodH-w==








    share|improve this question


























      0












      0








      0








      I am trying to send a post http request to the following that works in other platforms but have problem formatting it in AT Command:



      AT+CHTTPACT="parseapi.back4app.com",443
      WAIT=1
      POST https://parseapi.back4app.com/classes/sensor HTTP/1.1
      X-Parse-Application-Id: GiFxhzih1h49s1Zv9P5A5cewnPt5IDx7hultl46j
      X-Parse-REST-API-Key: ksduaNwsr8Pctjkr1lBP6jfhA2Tb40ghNl2RTmB3
      Content-Type: application/json
      Content-Length: 15
      "sensor":"55"
      <cr><lf>^z<cr><lf>


      This is the error I get:




      The request could not be satisfied.


      Bad request.
      Generated by cloudfront (CloudFront)
      Request ID: 3chKxtt4JUxY0RHrSBoYqWp9mYdbZmelia7o1_7CtxFRM4e2WodH-w==








      share|improve this question
















      I am trying to send a post http request to the following that works in other platforms but have problem formatting it in AT Command:



      AT+CHTTPACT="parseapi.back4app.com",443
      WAIT=1
      POST https://parseapi.back4app.com/classes/sensor HTTP/1.1
      X-Parse-Application-Id: GiFxhzih1h49s1Zv9P5A5cewnPt5IDx7hultl46j
      X-Parse-REST-API-Key: ksduaNwsr8Pctjkr1lBP6jfhA2Tb40ghNl2RTmB3
      Content-Type: application/json
      Content-Length: 15
      "sensor":"55"
      <cr><lf>^z<cr><lf>


      This is the error I get:




      The request could not be satisfied.


      Bad request.
      Generated by cloudfront (CloudFront)
      Request ID: 3chKxtt4JUxY0RHrSBoYqWp9mYdbZmelia7o1_7CtxFRM4e2WodH-w==





      parse-platform at-command






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 26 at 1:02







      Amir

















      asked Mar 25 at 11:37









      AmirAmir

      1,2021 gold badge18 silver badges29 bronze badges




      1,2021 gold badge18 silver badges29 bronze badges






















          1 Answer
          1






          active

          oldest

          votes


















          -1














          Make sure you add HOST header in the POST request mentioned here
          https://simcom.ee/documents/SIM5320/sim52xx_http_application_note_v0.02.pdf



          Bad request generally occurs when CloudFront couldn't identify which distribution it needs to connect to.






          share|improve this answer























          • You just told me what I asked. I am looking for solution not question.

            – Amir
            Mar 28 at 4:01











          • Try with HOST: parseapi.back4app.com in the POST request, it should work.

            – James Dean
            Mar 28 at 4:05











          • why dont you try and let me know if you wanna get points.

            – Amir
            Mar 28 at 4:08











          • Nope, I know this is the problem and you need to test and verify it.

            – James Dean
            Mar 28 at 4:13











          • And I know you are 10 steps behind me. Dont just throw something if you are just guessing.

            – Amir
            Mar 28 at 4:35













          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55336933%2fsending-http-post-to-parse-platform-from-at-command%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          -1














          Make sure you add HOST header in the POST request mentioned here
          https://simcom.ee/documents/SIM5320/sim52xx_http_application_note_v0.02.pdf



          Bad request generally occurs when CloudFront couldn't identify which distribution it needs to connect to.






          share|improve this answer























          • You just told me what I asked. I am looking for solution not question.

            – Amir
            Mar 28 at 4:01











          • Try with HOST: parseapi.back4app.com in the POST request, it should work.

            – James Dean
            Mar 28 at 4:05











          • why dont you try and let me know if you wanna get points.

            – Amir
            Mar 28 at 4:08











          • Nope, I know this is the problem and you need to test and verify it.

            – James Dean
            Mar 28 at 4:13











          • And I know you are 10 steps behind me. Dont just throw something if you are just guessing.

            – Amir
            Mar 28 at 4:35















          -1














          Make sure you add HOST header in the POST request mentioned here
          https://simcom.ee/documents/SIM5320/sim52xx_http_application_note_v0.02.pdf



          Bad request generally occurs when CloudFront couldn't identify which distribution it needs to connect to.






          share|improve this answer























          • You just told me what I asked. I am looking for solution not question.

            – Amir
            Mar 28 at 4:01











          • Try with HOST: parseapi.back4app.com in the POST request, it should work.

            – James Dean
            Mar 28 at 4:05











          • why dont you try and let me know if you wanna get points.

            – Amir
            Mar 28 at 4:08











          • Nope, I know this is the problem and you need to test and verify it.

            – James Dean
            Mar 28 at 4:13











          • And I know you are 10 steps behind me. Dont just throw something if you are just guessing.

            – Amir
            Mar 28 at 4:35













          -1












          -1








          -1







          Make sure you add HOST header in the POST request mentioned here
          https://simcom.ee/documents/SIM5320/sim52xx_http_application_note_v0.02.pdf



          Bad request generally occurs when CloudFront couldn't identify which distribution it needs to connect to.






          share|improve this answer













          Make sure you add HOST header in the POST request mentioned here
          https://simcom.ee/documents/SIM5320/sim52xx_http_application_note_v0.02.pdf



          Bad request generally occurs when CloudFront couldn't identify which distribution it needs to connect to.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 27 at 16:57









          James DeanJames Dean

          1,0102 silver badges6 bronze badges




          1,0102 silver badges6 bronze badges












          • You just told me what I asked. I am looking for solution not question.

            – Amir
            Mar 28 at 4:01











          • Try with HOST: parseapi.back4app.com in the POST request, it should work.

            – James Dean
            Mar 28 at 4:05











          • why dont you try and let me know if you wanna get points.

            – Amir
            Mar 28 at 4:08











          • Nope, I know this is the problem and you need to test and verify it.

            – James Dean
            Mar 28 at 4:13











          • And I know you are 10 steps behind me. Dont just throw something if you are just guessing.

            – Amir
            Mar 28 at 4:35

















          • You just told me what I asked. I am looking for solution not question.

            – Amir
            Mar 28 at 4:01











          • Try with HOST: parseapi.back4app.com in the POST request, it should work.

            – James Dean
            Mar 28 at 4:05











          • why dont you try and let me know if you wanna get points.

            – Amir
            Mar 28 at 4:08











          • Nope, I know this is the problem and you need to test and verify it.

            – James Dean
            Mar 28 at 4:13











          • And I know you are 10 steps behind me. Dont just throw something if you are just guessing.

            – Amir
            Mar 28 at 4:35
















          You just told me what I asked. I am looking for solution not question.

          – Amir
          Mar 28 at 4:01





          You just told me what I asked. I am looking for solution not question.

          – Amir
          Mar 28 at 4:01













          Try with HOST: parseapi.back4app.com in the POST request, it should work.

          – James Dean
          Mar 28 at 4:05





          Try with HOST: parseapi.back4app.com in the POST request, it should work.

          – James Dean
          Mar 28 at 4:05













          why dont you try and let me know if you wanna get points.

          – Amir
          Mar 28 at 4:08





          why dont you try and let me know if you wanna get points.

          – Amir
          Mar 28 at 4:08













          Nope, I know this is the problem and you need to test and verify it.

          – James Dean
          Mar 28 at 4:13





          Nope, I know this is the problem and you need to test and verify it.

          – James Dean
          Mar 28 at 4:13













          And I know you are 10 steps behind me. Dont just throw something if you are just guessing.

          – Amir
          Mar 28 at 4:35





          And I know you are 10 steps behind me. Dont just throw something if you are just guessing.

          – Amir
          Mar 28 at 4:35



















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55336933%2fsending-http-post-to-parse-platform-from-at-command%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript