- Joined
- Threads
- 281
- Posts
- 916
Trying to make a config for a website I want to remain private. The websites sends 2 post requests.
The one sending actual combo ends in v2/user/identity. It needs a token to work. It gets its token from the other post ending in oauth/token?grant_type=client_credentials. From httpfox, I saw in the content that it gave the token.
From what I assumed is that I had to put the oauth/token in IA page. I am not much experienced in that field. So what I first did what parsed the token, and got the html from the content in httpfox and used that to parse the token. I got parsing error which I understood. Then I made IA to GET and got
The requested resource could not be found.
I am confused on how to get the token unless I am being stupid.
The one sending actual combo ends in v2/user/identity. It needs a token to work. It gets its token from the other post ending in oauth/token?grant_type=client_credentials. From httpfox, I saw in the content that it gave the token.
From what I assumed is that I had to put the oauth/token in IA page. I am not much experienced in that field. So what I first did what parsed the token, and got the html from the content in httpfox and used that to parse the token. I got parsing error which I understood. Then I made IA to GET and got
The requested resource could not be found.
I am confused on how to get the token unless I am being stupid.