Replies

testcenter
14 Jan 2022, 14:34

Thanks,

Got it.

I saw this tutorial before, but hoped there is an easier way for this :D

So, there is no easier way, I coded it that way. Thanks again


@testcenter

testcenter
18 Aug 2017, 08:47

never mind, i found an other solution. (which is not that nice, but works :D)


@testcenter

testcenter
18 Aug 2017, 07:39

could you please also support grant type via password?

 

https://tools.ietf.org/html/rfc6749#section-4.3


@testcenter

testcenter
17 Aug 2017, 18:13 ( Updated at: 21 Dec 2023, 09:20 )

I played a bit around with postman (chrome application for http debugging - i guess you know what i mean :D )

 

turns out, when i add the client_id to the header, i will get a different response:

 

{
    "errorCode": "INVALID_REQUEST",
    "description": "Unknown grant_type"
}

 

 

see request below:

 

 

why do you not support the grant type "password" ?

isn't it one of the defaults for OAuth2.0

 

https://tools.ietf.org/html/rfc6749#section-4.3.2

 

do i have to use an other endpoint / path?


@testcenter

testcenter
16 Aug 2017, 17:19

I really like your fast response :D

 

Thank you very much!

I think, this will do all the trick :D

 

If I will need any further help, I will talk to you again!
 

Thanks again!


@testcenter

testcenter
16 Aug 2017, 17:11

Thanks for your fast response! :D

 

So it would be possible to create tests on my own ?

Where would i get the data for the tests then? (tick data for specific pairs?)

 

Thanks for your suggestion to learn some C#. Unfortunately C# does not give any value to me, as I am software developer in Java, and i do not need C# anywhere -> so if it is possible to stick with Java, I would be really happy! :D


@testcenter