<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: modydiop</title>
    <description>The latest articles on DEV Community by modydiop (@modydiop).</description>
    <link>https://dev.to/modydiop</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1135078%2Ffe89767e-8396-4c35-af4d-8f6f3d82776e.png</url>
      <title>DEV Community: modydiop</title>
      <link>https://dev.to/modydiop</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/modydiop"/>
    <language>en</language>
    <item>
      <title>API call failing when call from React Native, otherwise work fine in any other browser, server in our domain</title>
      <dc:creator>modydiop</dc:creator>
      <pubDate>Thu, 28 Dec 2023 14:11:08 +0000</pubDate>
      <link>https://dev.to/modydiop/api-call-failing-when-call-from-react-native-otherwise-work-fine-in-any-other-browser-server-in-our-domain-1386</link>
      <guid>https://dev.to/modydiop/api-call-failing-when-call-from-react-native-otherwise-work-fine-in-any-other-browser-server-in-our-domain-1386</guid>
      <description>&lt;ol&gt;
&lt;li&gt;an API is deployed in IIS, in server dev1&lt;/li&gt;
&lt;li&gt;then API, in IIS is set to run with a Service Account MPLTS_svc_ad&lt;/li&gt;
&lt;li&gt;API get data from SQL server located in Server weh1&lt;/li&gt;
&lt;li&gt;Service account MPLTS_svc_ad is assigned a db_owner role in SQL server DB in weh1&lt;/li&gt;
&lt;li&gt;I am using VPN and remote desktop to log into dev 1 and weh1, all in the same network, domain= MPLTS&lt;/li&gt;
&lt;li&gt;My local machine name is GTMTW93&lt;/li&gt;
&lt;li&gt;API run to success when call from any browser, in both remote servers, including my local&lt;/li&gt;
&lt;li&gt;API is failing when call from with my React Native mobile application&lt;/li&gt;
&lt;li&gt;the error returned is: Login failed for user 'MPLTS\GTMTW93$'. Reason: Could not find a login matching the name provided. [CLIENT: ]&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Any idea how to resolve this failure &lt;/p&gt;

</description>
      <category>api</category>
      <category>vpn</category>
      <category>iis</category>
    </item>
  </channel>
</rss>
