Hello first of. Im sorry I broke the formatting. I have my vscode onSave set to true and i didnt notice that you dont have a prettier or vscode settings. If you want we could add prettier. Let me know.
Also just wanted to ask if this is ok? I still have some issues like:
typescript I have an error about the setHeaderList argument.
When testing I check browser network and the custom HTTP REQUESTS are showing but I couldn't confirm it on the backend if its receiving the right headers I couldn't see the Console.Writeline to show any values. What I was trying to do is like this. Console.Writeline(_httpClient) but couldn't see it on my terminal (didnt run docker on detached mode). I was trying to attached a debugger but couldn't manage to run it.
Let me know if this is something that could work and what I need to add. Thank you! sorry about the backend still learning about .net and c#
hello I fixed the typescript error and should I implement that validation for the header? just like from cloudflare? not sure if its necessary. Let me know. Thank you.
Hello first of. Im sorry I broke the formatting. I have my vscode onSave set to true and i didnt notice that you dont have a prettier or vscode settings. If you want we could add prettier. Let me know.
Also just wanted to ask if this is ok? I still have some issues like:
setHeaderList
argument.Console.Writeline
to show any values. What I was trying to do is like this.Console.Writeline(_httpClient)
but couldn't see it on my terminal (didnt run docker on detached mode). I was trying to attached a debugger but couldn't manage to run it.Let me know if this is something that could work and what I need to add. Thank you! sorry about the backend still learning about .net and c#