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
-
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.com
so it is SSL.https://webhook.myexample.com
which internally sends all requests tohttps://api.example.com
with 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