<?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: Encountered NO CORS policy error while updating ticket status in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Encountered-NO-CORS-policy-error-while-updating-ticket-status/m-p/741798#M60313</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/495791"&gt;@JSrivastava&lt;/a&gt;,&amp;nbsp;To resolve this issue, you will need to set the Access-Control-Allow-Origin header in your response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This can be done by adding the following code to your application:&lt;/P&gt;
&lt;P&gt;Access-Control-Allow-Origin: *&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also specify specific domains instead of using the wildcard if you wish. Once the header is set, the browser will allow the request.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jan 2023 09:19:57 GMT</pubDate>
    <dc:creator>Syeda_Fatima</dc:creator>
    <dc:date>2023-01-16T09:19:57Z</dc:date>
    <item>
      <title>Encountered NO CORS policy error while updating ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Encountered-NO-CORS-policy-error-while-updating-ticket-status/m-p/741756#M60311</link>
      <description>&lt;P&gt;I have a hubspot website page on which i am showing the ticket detail. Now i need to update ticket details from that page and it should we updated on ticket record also. And I am getting NO CORS policy error when i hit the api to update ticket detail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERRROR -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Access to fetch at '&lt;A href="https://api.hubapi.com/crm/v4/objects/tickets" target="_blank"&gt;https://api.hubapi.com/crm/v4/objects/tickets&lt;/A&gt;' from origin '&lt;A href="https://22802714.hubspotpreview-na1.com" target="_blank"&gt;https://22802714.hubspotpreview-na1.com&lt;/A&gt;' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 07:22:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Encountered-NO-CORS-policy-error-while-updating-ticket-status/m-p/741756#M60311</guid>
      <dc:creator>JSrivastava</dc:creator>
      <dc:date>2023-01-16T07:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Encountered NO CORS policy error while updating ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Encountered-NO-CORS-policy-error-while-updating-ticket-status/m-p/741798#M60313</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/495791"&gt;@JSrivastava&lt;/a&gt;,&amp;nbsp;To resolve this issue, you will need to set the Access-Control-Allow-Origin header in your response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This can be done by adding the following code to your application:&lt;/P&gt;
&lt;P&gt;Access-Control-Allow-Origin: *&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also specify specific domains instead of using the wildcard if you wish. Once the header is set, the browser will allow the request.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 09:19:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Encountered-NO-CORS-policy-error-while-updating-ticket-status/m-p/741798#M60313</guid>
      <dc:creator>Syeda_Fatima</dc:creator>
      <dc:date>2023-01-16T09:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Encountered NO CORS policy error while updating ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Encountered-NO-CORS-policy-error-while-updating-ticket-status/m-p/741840#M60320</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/114957"&gt;@Syeda_Fatima&lt;/a&gt;&amp;nbsp;we have tried your solution but we are getting same error. I have a query can we hit api in design tool (page module).&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 10:39:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Encountered-NO-CORS-policy-error-while-updating-ticket-status/m-p/741840#M60320</guid>
      <dc:creator>JSrivastava</dc:creator>
      <dc:date>2023-01-16T10:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Encountered NO CORS policy error while updating ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Encountered-NO-CORS-policy-error-while-updating-ticket-status/m-p/742256#M60349</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/495791"&gt;@JSrivastava&lt;/a&gt;&amp;nbsp;, Perhaps you missed anything while trying to follow the suggestion. Please do double check.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-offset-key="flkh8-29-0"&gt;And No&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-30-0"&gt;,&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-31-0"&gt; you&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-32-0"&gt; cannot&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-33-0"&gt; hit&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-34-0"&gt; an&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-35-0"&gt; API&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-36-0"&gt; in&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-37-0"&gt; the&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-38-0"&gt; Design&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-39-0"&gt; Tool&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-40-0"&gt; (&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-41-0"&gt;Page&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-42-0"&gt; Module&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-43-0"&gt;).&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-44-0"&gt; You&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-45-0"&gt; can&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-46-0"&gt;,&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-47-0"&gt; however&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-48-0"&gt;,&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-49-0"&gt; use&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-50-0"&gt; the&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-51-0"&gt; API&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-52-0"&gt; to&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-53-0"&gt; retrieve&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-54-0"&gt; data&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-55-0"&gt; or&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-56-0"&gt; get&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-57-0"&gt; information&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-58-0"&gt; and&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-59-0"&gt; then&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-60-0"&gt; use&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-61-0"&gt; that&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-62-0"&gt; data&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-63-0"&gt; or&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-64-0"&gt; information&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-65-0"&gt; to&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-66-0"&gt; populate&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-67-0"&gt; the&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-68-0"&gt; page&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-69-0"&gt; with&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-70-0"&gt; content&lt;/SPAN&gt;&lt;SPAN data-offset-key="flkh8-71-0"&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 04:09:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Encountered-NO-CORS-policy-error-while-updating-ticket-status/m-p/742256#M60349</guid>
      <dc:creator>Syeda_Fatima</dc:creator>
      <dc:date>2023-01-17T04:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Encountered NO CORS policy error while updating ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Encountered-NO-CORS-policy-error-while-updating-ticket-status/m-p/743182#M60422</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/114957"&gt;@Syeda_Fatima&lt;/a&gt;&amp;nbsp;do we have any kind of standard function to update and insert record of ticke modules.&lt;BR /&gt;Thsnkd&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 10:46:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Encountered-NO-CORS-policy-error-while-updating-ticket-status/m-p/743182#M60422</guid>
      <dc:creator>JSrivastava</dc:creator>
      <dc:date>2023-01-18T10:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Encountered NO CORS policy error while updating ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Encountered-NO-CORS-policy-error-while-updating-ticket-status/m-p/743263#M60425</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/495791"&gt;@JSrivastava&lt;/a&gt;,&amp;nbsp;&lt;SPAN data-offset-key="2aiqp-60-0"&gt;Unfortunately&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-61-0"&gt;,&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-62-0"&gt; you&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-63-0"&gt; cannot&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-64-0"&gt; use&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-65-0"&gt; the&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-66-0"&gt; Design&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-67-0"&gt; Tool&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-68-0"&gt; to&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-69-0"&gt; hit&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-70-0"&gt; the&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-71-0"&gt; API&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-72-0"&gt; to&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-73-0"&gt; update&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-74-0"&gt; or&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-75-0"&gt; insert&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-76-0"&gt; records&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-77-0"&gt; in&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-78-0"&gt; the&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-79-0"&gt; ticket&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-80-0"&gt; module&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-81-0"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-offset-key="2aiqp-82-0"&gt;You&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-83-0"&gt; will&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-84-0"&gt; need&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-85-0"&gt; to&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-86-0"&gt; use&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-87-0"&gt; a&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-88-0"&gt; custom&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-89-0"&gt; code&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-90-0"&gt; solution&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-91-0"&gt; to&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-92-0"&gt; achieve&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-93-0"&gt; this&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-94-0"&gt;.&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-95-0"&gt; You&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-96-0"&gt; may&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-97-0"&gt; also&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-98-0"&gt; need&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-99-0"&gt; to&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-100-0"&gt; update&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-101-0"&gt; your&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-102-0"&gt; C&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-103-0"&gt;ORS&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-104-0"&gt; policy&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-105-0"&gt; to&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-106-0"&gt; allow&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-107-0"&gt; the&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-108-0"&gt; API&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-109-0"&gt; requests&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-110-0"&gt; to&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-111-0"&gt; be&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-112-0"&gt; sent&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-113-0"&gt; to&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-114-0"&gt; your&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-115-0"&gt; server&lt;/SPAN&gt;&lt;SPAN data-offset-key="2aiqp-116-0"&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 12:59:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Encountered-NO-CORS-policy-error-while-updating-ticket-status/m-p/743263#M60425</guid>
      <dc:creator>Syeda_Fatima</dc:creator>
      <dc:date>2023-01-18T12:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Encountered NO CORS policy error while updating ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Encountered-NO-CORS-policy-error-while-updating-ticket-status/m-p/743314#M60429</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/114957"&gt;@Syeda_Fatima&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We got your point can you please assist us how and where we can implement our custom code to hit an API on a button click which is on my HubSpot website page.&lt;BR /&gt;Do you have any kind of reference link by which we can achieve this.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 14:24:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Encountered-NO-CORS-policy-error-while-updating-ticket-status/m-p/743314#M60429</guid>
      <dc:creator>JSrivastava</dc:creator>
      <dc:date>2023-01-18T14:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Encountered NO CORS policy error while updating ticket status</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Encountered-NO-CORS-policy-error-while-updating-ticket-status/m-p/743755#M60486</link>
      <description>&lt;P&gt;No&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/495791"&gt;@JSrivastava&lt;/a&gt;,&lt;SPAN data-offset-key="foirv-19-0"&gt;&amp;nbsp;it&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-20-0"&gt; is&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-21-0"&gt; not&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-22-0"&gt; possible&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-23-0"&gt; to&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-24-0"&gt; hit&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-25-0"&gt; an&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-26-0"&gt; API&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-27-0"&gt; in&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-28-0"&gt; the&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-29-0"&gt; page&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-30-0"&gt; module&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-31-0"&gt; of&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-32-0"&gt; a&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-33-0"&gt; design&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-34-0"&gt; tool&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-35-0"&gt;.&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-36-0"&gt; The&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-37-0"&gt; page&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-38-0"&gt; module&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-39-0"&gt; is&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-40-0"&gt; used&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-41-0"&gt; to&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-42-0"&gt; create&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-43-0"&gt; the&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-44-0"&gt; structure&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-45-0"&gt; of&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-46-0"&gt; a&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-47-0"&gt; page&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-48-0"&gt; and&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-49-0"&gt; to&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-50-0"&gt; add&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-51-0"&gt; content&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-52-0"&gt; elements&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-53-0"&gt;,&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-54-0"&gt; such&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-55-0"&gt; as&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-56-0"&gt; text&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-57-0"&gt;,&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-58-0"&gt; images&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-59-0"&gt;,&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-60-0"&gt; videos&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-61-0"&gt;,&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-62-0"&gt; and&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-63-0"&gt; forms&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-64-0"&gt;.&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-65-0"&gt; It&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-66-0"&gt; does&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-67-0"&gt; not&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-68-0"&gt; have&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-69-0"&gt; the&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-70-0"&gt; capability&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-71-0"&gt; to&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-72-0"&gt; interact&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-73-0"&gt; with&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-74-0"&gt; an&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-75-0"&gt; API&lt;/SPAN&gt;&lt;SPAN data-offset-key="foirv-76-0"&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 06:42:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Encountered-NO-CORS-policy-error-while-updating-ticket-status/m-p/743755#M60486</guid>
      <dc:creator>Syeda_Fatima</dc:creator>
      <dc:date>2023-01-19T06:42:38Z</dc:date>
    </item>
  </channel>
</rss>

