valyala / httpteleport

Transfer 10Gbps http traffic over 1Gbps networks :)
MIT License
458 stars 38 forks source link

it's working with teleports now after i modified the code to disable detection of domain name using self signed cert #12

Open gitmko0 opened 3 years ago

gitmko0 commented 3 years ago

i'm getting Status Code 403 from nginx<->php7.4 for wordpress

user <-> httptpS <-----------> httptpS <-> nginx <-> wordpress

only for a post method, the returned async response i get status 403. the rest of the get / post method seems fine.

this happens when i try to upload an image to wordpress

error msg from wordpress: Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2500 pixels. Reponse header...

` Request Method: POST

Status Code: 403

Remote Address: 123.123.123.123:443

Referrer Policy: strict-origin-when-cross-origin `

how do i resolve this? what am i missing?

gitmko0 commented 3 years ago

i realised POST request header is empty when using httptp. how do i resolve this?