Relative Content

Tag Archive for pythonpython-3.xfastapi

Getting invalid header for post request in fastApi

I am building some small scale application with fastApi(newbie) and python. I am trying to add post request to my application but everytime i try to make a post request it shows invalid header with 400 status (bad request), Can anyone help me resolve this?
below is my method for post request-

Getting invalid header for post request in fastApi

I am building some small scale application with fastApi(newbie) and python. I am trying to add post request to my application but everytime i try to make a post request it shows invalid header with 400 status (bad request), Can anyone help me resolve this?
below is my method for post request-