Replies: 1 comment 3 replies
-
|
@rahulmr what are the problems exactly?
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, Thanks to you I was finally able to work with warp and warp-reverse-proxy.
I need some help in my implementation, following problems statements:
https://api.example.comso it is SSL.https://webhook.myexample.comwhich internally sends all requests tohttps://api.example.comwith same route and same method if post then post, if get then get, if put/delete/patch then put/delete/patch"token" : "my very long token"and"content-type" : "application/json"https://api.example.com/login,https://api.example.com/somemore, etc. etc.Beta Was this translation helpful? Give feedback.
All reactions