Questions tagged [callbackurl]

A callback URL is a URL passed to a server as part of a request. The server then uses that URL to respond asynchronously to the original caller.

79 questions
0
votes
0 answers

How to get data from a callback url in an SPA?

I am working on a React application and it makes an api call that sends updates to a callback url which I must define. I have two questions: How do I create a callback url? How do I get the data from that callback url if my application is front end…
sarahm16
  • 123
  • 1
  • 11
0
votes
1 answer

Callback Url for twitter developer (tweepy)

I am making an real time NLP model, for which I'm trying to stream data from twitter using tweepy. I'm new to APIs and the twitter developer authentication is asking for call_back url and website url. Now, I don't have a website, I just need data…
0
votes
2 answers

Nodejs - Get client url (dns name) on server side

I want to get client url, on server side to continue (redirect) after authication process : Inside my script : ... server.register({ register: require('./libs/hapi-passport-saml'), options: { callbackUrl: /* I…
kaay
  • 41
  • 5
0
votes
1 answer

Auth0 throws Callback URL mismatch when accessing Angular SPA deployed on Nginx on EC2

I currently have my Angular app running on Nginx within an EC2. I did this so that I could create a Self-Signed SSL Certificate so that Auth0 would recognize it as a "secure origin". Now I have my app successfully running at https://my_server_IP,…
kodazys
  • 129
  • 1
  • 1
  • 9
0
votes
0 answers

Copyleak Webhook url is not being called

I'm integrating copyleaks API in my PHP project. Using this code for scanning the free text.. $webookUrl = 'https://example.com/prodparallel/copyleakCallback.php'; Here, I'm replacing the site name with example.com [I'm using my dev server URL].. …
0
votes
0 answers

how to read post Json data response from callback url in blazor webassembly?

After Payment is completed by user whether it is failed or success payment gateway provider will send data with call back url in the form of Json as Post data. I want to read that Post data in blazor can any one please help me to find out the…
0
votes
0 answers

How and what should i set C# Xamarin IOS Auth0 callback (URL mismatch)

Looking at Auth0 settings, I see that I need to set callback URL for my users to be redirected to a different page in the app once logged in. SOF seems to be using localhost URLs, the documentation uses a specific…
CodeEmpower
  • 635
  • 1
  • 11
  • 29
0
votes
1 answer

What is the OAuth2 callback URL for an ASP.Net Core Application

When I setup an ASP.Net Core MVC application, and add in the AspNetCore Authentication libraries, it handles the handshakes for OAuth 2 and OIDC's Code Authentication Flow. However, I need to configure my Identity Provider with the callback URL to…
Vaccano
  • 78,325
  • 149
  • 468
  • 850
0
votes
0 answers

How to process CallBackURL?

I am working on the integration of a payment method. The documentation of the payment method says this: If the payment was successful, the third-party system informs our system by means of a call to CallBackURL, previously provided in the…
Arslan
  • 240
  • 3
  • 9
0
votes
1 answer

What is a callback url for an API and when and how do you use one in python

I am using an API and it asks for a "callback url". What is a "callback url" and when and how do you set one up in Python
0
votes
1 answer

redirecting back to the app in paytm integration in react native

I am trying to integrate paytm in react native. but the problem is when I tap on pay button (call call_api) but then processing screen is coming and suddenly app navigate to current screen where I define pay button. please help here is my…
user14877357
0
votes
1 answer

Proper structure - Twilio Callback

I have been having some success sending sms messages with Twilio via curl. Now I am wanting to implement the callback url to track the status of the message.. I cannot seem to get the call back to work I have tried encoding it in JSON and also…
0
votes
1 answer

How to send drafts content to makeslides using callback URL

I am using drafts 5 and would like to convert the markdown into a powerpoint using a callback URL action. It appears like it should be quite straightforwards but Im not getting any success using the…
PaulBarr
  • 919
  • 6
  • 19
  • 33
0
votes
1 answer

CallBackURL not recognized on MacOS

I am trying to enable Twitter in my MacOS via the SwifterMac feature from Matt Donnelly (https://github.com/mattdonnelly/Swifter). I have implemented the following in my AppDelegate code: let swifter = Swifter(consumerKey: "MYVALIDKEY",…
Michael Rowe
  • 870
  • 2
  • 11
  • 27
0
votes
1 answer

What do you do with a callback url when implementing Slydepay payment gateway API

I am trying to implement a payment on my website and I have done so successfully using the http://doc.slydepay.com/ But I need to implement a callback url and expect JSON upon successful transaction. My callback url is supposed to look like this: …
Cold Pen
  • 21
  • 5