generated from toondaey/nestjs-module-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to test your test controller URL? Please I'm doing my final year project. #103
Comments
I'm not sure I understand what you're referring to here. Can you share a code snippet if possible? |
I want to test the Url in the postman that you build in the
test.controller.ts. Why it is return status code 401? How to send the post
request to get access token?
…On Wed, 25 Aug 2021, 14:24 toondaey, ***@***.***> wrote:
I'm not sure I understand what you're referring to here. Can you share a
code snippet if possible?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#103 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNH3MY4F2TZGVYP66CRIB3T6SEBBANCNFSM5CXXISMA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
All code is yours. Im just trying to run your project.
On Wed, 25 Aug 2021, 15:32 Sivasangari Krishnan, <
***@***.***> wrote:
… I want to test the Url in the postman that you build in the
test.controller.ts. Why it is return status code 401? How to send the post
request to get access token?
On Wed, 25 Aug 2021, 14:24 toondaey, ***@***.***> wrote:
> I'm not sure I understand what you're referring to here. Can you share a
> code snippet if possible?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#103 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACNH3MY4F2TZGVYP66CRIB3T6SEBBANCNFSM5CXXISMA>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
> .
>
|
I'm getting my reply in postman as this
{ "status Code" :401,
"message" :"Unauthorised request : no authentication given"}
On Wed, 25 Aug 2021, 15:33 Sivasangari Krishnan, <
***@***.***> wrote:
… All code is yours. Im just trying to run your project.
On Wed, 25 Aug 2021, 15:32 Sivasangari Krishnan, <
***@***.***> wrote:
> I want to test the Url in the postman that you build in the
> test.controller.ts. Why it is return status code 401? How to send the post
> request to get access token?
>
> On Wed, 25 Aug 2021, 14:24 toondaey, ***@***.***> wrote:
>
>> I'm not sure I understand what you're referring to here. Can you share a
>> code snippet if possible?
>>
>> —
>> You are receiving this because you authored the thread.
>> Reply to this email directly, view it on GitHub
>> <#103 (comment)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/ACNH3MY4F2TZGVYP66CRIB3T6SEBBANCNFSM5CXXISMA>
>> .
>> Triage notifications on the go with GitHub Mobile for iOS
>> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
>> or Android
>> <https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
>> .
>>
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to test your test controller URL? I didn't not understand. If you could help me, I would like to know further about it. All is Post request, what data to include in the body of post request??
The text was updated successfully, but these errors were encountered: