<div dir="ltr"><div dir="ltr">I think your issue might be the way that you&#39;re formulating your request.<div><br></div><div>In order to issue a valid CORS request, you must set your origin header. You should probably try that first.</div><div><br></div><div><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin">https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin</a><br></div><div><br></div><div>e.g. curl ... -H &quot;Origin: mymachine.local&quot; </div><div><br></div><div>When using a browser, this is usually issued on your behalf. But, if you&#39;re using curl, it won&#39;t be.</div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, 18 Dec 2018 at 12:35, Renato Barros &lt;<a href="mailto:renalexster@gmail.com">renalexster@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">Hi Marc,<div><br></div><div>I&#39;ve just updated the image with details. The Access-Control-Allow-Origin already had &quot;*&quot; as value.<br><br><div><img src="cid:ii_jptqc9420" alt="image.png" width="223" height="562"><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, 18 Dec 2018 at 05:50, Marc Savy &lt;<a href="mailto:marc.savy@redhat.com" target="_blank">marc.savy@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I&#39;m not sure why your browser isn&#39;t rendering it, but there should be a list in the Access-Control-Allow-Origin section that would allow you to add an entry such as &quot;*&quot; or &quot;<a href="http://foo.com" target="_blank">foo.com</a>&quot;.<div><br></div><div>What is your setup? </div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, 17 Dec 2018 at 19:10, Renato Barros &lt;<a href="mailto:renalexster@gmail.com" target="_blank">renalexster@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hello all,<br><br>I&#39;m getting an error with <b>Access-Control-Request-Method</b> Header in my APIs.<br><br>I posted details in <a href="https://stackoverflow.com/questions/53821510/apiman-return-error-400-for-header-access-control-request-method" target="_blank">StackOverflow</a>. </div><div dir="ltr"><br></div><div dir="ltr">Please, someone could help me?</div></div></div>
_______________________________________________<br>
Apiman-user mailing list<br>
<a href="mailto:Apiman-user@lists.jboss.org" target="_blank">Apiman-user@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/apiman-user" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/apiman-user</a><br>
</blockquote></div>
</blockquote></div>
</blockquote></div>