<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Assistance Required – HTTP Call (Basic Auth) Error in Workato in Community Chat</title>
    <link>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11223#M1090</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/12370"&gt;@Aiswarya&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;In Postman, you have used Basic Authorization to configure by passing the username and password.&lt;/P&gt;&lt;P&gt;In Workato, the recommended approach is to configure &lt;STRONG&gt;authorization at the connection level&lt;/STRONG&gt; rather than sending credentials in headers for every request. This ensures:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Security:&lt;/STRONG&gt; Sensitive information is not repeatedly exposed in request headers.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Maintainability:&lt;/STRONG&gt; Credentials are managed centrally, making updates easier.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Compliance:&lt;/STRONG&gt; Reduces risk of accidental leaks in logs or shared recipes.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Workato community_1_Http.jpg" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2404iC421B13747E42A27/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Workato community_1_Http.jpg" alt="Workato community_1_Http.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Nov 2025 12:58:33 GMT</pubDate>
    <dc:creator>shivakumara</dc:creator>
    <dc:date>2025-11-11T12:58:33Z</dc:date>
    <item>
      <title>Assistance Required – HTTP Call (Basic Auth) Error in Workato</title>
      <link>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11218#M1089</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am new to the Workato platform and currently working on an HTTP call using Basic Authentication. I tested the same request in Postman, and it worked fine. However, when I try to make the call in Workato, I’m encountering errors.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;When I include the username and password in the connection, I receive a &lt;STRONG&gt;400 error&lt;/STRONG&gt;:&lt;BR /&gt;&lt;EM&gt;“The server cannot or will not process the request due to a client error (for example, incorrect syntax or missing headers).”&lt;/EM&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;When I include the credentials as a header, I receive a &lt;STRONG&gt;401 Authorization error&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Could you please help me identify what might be causing this issue and how to properly configure the connection in Workato?&lt;/P&gt;&lt;P&gt;Thank you for your support. ￼&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="connection.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2397i394599B858B1874D/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="connection.png" alt="connection.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2401i9B9D67E31283213E/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="error.png" alt="error.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Request url.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2399i66C77B9A47295AD7/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Request url.png" alt="Request url.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Configuration.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2402i18AE7A0F5F370026/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Configuration.png" alt="Configuration.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="postman Result.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2403iE2F773D180116D07/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="postman Result.png" alt="postman Result.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 07:10:56 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11218#M1089</guid>
      <dc:creator>Aiswarya</dc:creator>
      <dc:date>2025-11-11T07:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Required – HTTP Call (Basic Auth) Error in Workato</title>
      <link>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11223#M1090</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/12370"&gt;@Aiswarya&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;In Postman, you have used Basic Authorization to configure by passing the username and password.&lt;/P&gt;&lt;P&gt;In Workato, the recommended approach is to configure &lt;STRONG&gt;authorization at the connection level&lt;/STRONG&gt; rather than sending credentials in headers for every request. This ensures:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Security:&lt;/STRONG&gt; Sensitive information is not repeatedly exposed in request headers.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Maintainability:&lt;/STRONG&gt; Credentials are managed centrally, making updates easier.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Compliance:&lt;/STRONG&gt; Reduces risk of accidental leaks in logs or shared recipes.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Workato community_1_Http.jpg" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2404iC421B13747E42A27/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Workato community_1_Http.jpg" alt="Workato community_1_Http.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 12:58:33 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11223#M1090</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2025-11-11T12:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Required – HTTP Call (Basic Auth) Error in Workato</title>
      <link>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11226#M1091</link>
      <description>&lt;P&gt;Hi Shivakumara,&lt;BR /&gt;Thank you so much for your response — I really appreciate your support.&lt;BR /&gt;As mentioned in my earlier message, I tried the case you specified, but it’s returning a &lt;STRONG&gt;400 error&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;“The server cannot or will not process the request due to a client error (for example, incorrect syntax or missing headers).”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could you please assist me in resolving this issue? I’d like to understand whether it’s necessary to include specific data in the header, or what exactly might be causing this error.&lt;/P&gt;&lt;P&gt;Thank you again for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 02:04:47 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11226#M1091</guid>
      <dc:creator>Aiswarya</dc:creator>
      <dc:date>2025-11-12T02:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Required – HTTP Call (Basic Auth) Error in Workato</title>
      <link>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11228#M1092</link>
      <description>&lt;P&gt;Hi &lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/12370"&gt;@Aiswarya&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The reason why it is worked in POSTMAN is, as it by default encode the username and password to base64. For reference you can also check in code (&amp;lt;/&amp;gt;) section with python requests where your username and password is encoded.&lt;/P&gt;&lt;P&gt;so, as &lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/8685"&gt;@shivakumara&lt;/a&gt;&amp;nbsp;mentioned you have provided the credentials in the connection page and connections got successful right??&lt;/P&gt;&lt;P&gt;If connection got successful then no need to provide username and password in HTTP configuration or guided set-up page, directly proceed with parameters. If you face any errors please share the screenshots.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;J Rajesh Kumar.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 02:58:06 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11228#M1092</guid>
      <dc:creator>rajeshjanapati</dc:creator>
      <dc:date>2025-11-12T02:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Required – HTTP Call (Basic Auth) Error in Workato</title>
      <link>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11232#M1093</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/12370"&gt;@Aiswarya&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;When passing Basic Authentication details through headers, you need to encode the username and token in Base64 format before sending them.&lt;/P&gt;&lt;P&gt;For example, if your &lt;STRONG&gt;username is api-token&lt;/STRONG&gt; and&lt;BR /&gt;your &lt;STRONG&gt;token is 23r6acd57f95a6fb4be8ad675a0597d94bff63f8e5ad913b0a797237b7asdfg&lt;/STRONG&gt;,&lt;BR /&gt;you should combine them in the format &lt;STRONG&gt;username:token&lt;/STRONG&gt; and then encode this string in Base64.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screenshot 2025-11-12 094907.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2405i68A594F28EE76A8A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-11-12 094907.png" alt="Screenshot 2025-11-12 094907.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screenshot 2025-11-12 095010.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2406i3F07963C0380C475/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-11-12 095010.png" alt="Screenshot 2025-11-12 095010.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The resulting Base64 value will be your converted token.&lt;BR /&gt;Follow this token conversion once and you can use it later for authentication.&lt;BR /&gt;You can then include it in your API request header as follows:&lt;/P&gt;&lt;P&gt;Authorization: Basic &amp;lt;Base64-encoded-token&amp;gt;&lt;BR /&gt;Using this format should allow you to successfully authenticate and access the API.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screenshot 2025-11-12 095339.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2407i1BD7A0D849D809F5/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-11-12 095339.png" alt="Screenshot 2025-11-12 095339.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 05:24:43 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11232#M1093</guid>
      <dc:creator>Bhagya_pola</dc:creator>
      <dc:date>2025-11-12T05:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Required – HTTP Call (Basic Auth) Error in Workato</title>
      <link>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11236#M1094</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/12370"&gt;@Aiswarya&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;From the screenshots provided, it appears that Basic Authentication details were not configured at the connection level, and instead, everything is being set up within the recipe.&lt;BR /&gt;&lt;BR /&gt;I recommend adding the username and password in the connection settings and then establishing the integration.&lt;BR /&gt;If you need further assistance after that, please let us know.&lt;BR /&gt;&lt;BR /&gt;Providing authorization details in recipes is not advisable when the option exists to configure them at the connection level.&lt;BR /&gt;&lt;BR /&gt;Here I am adding your screenshot where you haven't provided credentials in connection.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aiswarya_error.jpg" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2409i6683983663723C37/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Aiswarya_error.jpg" alt="Aiswarya_error.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 15:17:30 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11236#M1094</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2025-11-12T15:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Required – HTTP Call (Basic Auth) Error in Workato</title>
      <link>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11243#M1095</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;Thank you all for your responses. I tried all the suggested methods, but unfortunately, they didn’t work. I eventually connected with the Work to team, and they were very supportive in helping identify the issue. It turned out that the data needed to be passed through the header with the content type including "star slash star".&lt;/P&gt;&lt;P&gt;Thank you again for all your support and effort. I truly appreciate the quick responses and the time you all took to help. I was testing each of your suggestions from my side as well, and I’m very grateful for the guidance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Aiswarya&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 04:05:34 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11243#M1095</guid>
      <dc:creator>Aiswarya</dc:creator>
      <dc:date>2025-11-14T04:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Required – HTTP Call (Basic Auth) Error in Workato</title>
      <link>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11244#M1096</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/12370"&gt;@Aiswarya&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Happy that you are able to proceed.&lt;BR /&gt;&lt;BR /&gt;The above suggestions are based on our use case,&amp;nbsp;however, we were not aware of what your endpoints expect. As a small suggestion, next time when raising a question, please provide some context and background about the API endpoint.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 08:46:04 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11244#M1096</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2025-11-14T08:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Required – HTTP Call (Basic Auth) Error in Workato</title>
      <link>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11276#M1097</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/12370"&gt;@Aiswarya&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As mentioned by&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/8685"&gt;@shivakumara&lt;/a&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10258"&gt;@rajeshjanapati&lt;/a&gt;&amp;nbsp;, the connection itself must be established first. You said you already attempted that and received a 400 error. That status simply means the server accepted the request structure, but the body, payload, or query parameters were incorrect, so it rejected the request.&lt;/P&gt;&lt;P&gt;If you still plan to send the Username and Password in the headers, remember that Workato will flag sensitive data. You’ll need to store those values in a variable first and then reference that variable in the header. Normally this wouldn’t be necessary if the authentication is properly configured through the HTTP connector’s connection settings.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 07:01:40 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11276#M1097</guid>
      <dc:creator>dinesh_c</dc:creator>
      <dc:date>2025-11-18T07:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Required – HTTP Call (Basic Auth) Error in Workato</title>
      <link>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11279#M1098</link>
      <description>&lt;P&gt;Hi Dinesh&lt;BR /&gt;Thanks for the advice.&lt;BR /&gt;&lt;SPAN&gt;Just to confirm — I have already resolved the issue on my side. The screenshot I shared earlier was only from my initial testing phase, where I was checking whether the connection and token retrieval were working correctly. That’s why the test token appeared in the image.&lt;BR /&gt;&lt;/SPAN&gt;The connection is now established successfully, and I’m receiving the expected results.&lt;BR /&gt;&lt;SPAN&gt;Appreciate the support and suggestions from everyone.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 07:59:04 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/community-chat/assistance-required-http-call-basic-auth-error-in-workato/m-p/11279#M1098</guid>
      <dc:creator>Aiswarya</dc:creator>
      <dc:date>2025-11-18T07:59:04Z</dc:date>
    </item>
  </channel>
</rss>

