Posts by Jean-Pierre Carvalho • 11 points
2 posts
-
0
votes1
answer108
viewsQ: Problem performing API requests
I’m trying to place requests to an API: EGOI but get an error. The request is as follows:: http://api.e-goi.com/v2/rest.php?method=checklogin&apikey=minhaAPIKEY You know how I pass parameters to…
-
1
votes0
answers63
viewsQ: An OPTIONS is generated when a POST is made
I have an API and I’m trying to connect with an online store but every time I try to perform a POST is returned an OPTIONS. I decided to use JWT to authenticate orders and avoid OPTIONS but without…