Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • httprelay httprelay
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Jonas Jasas
  • httprelayhttprelay
  • Issues
  • #9
Closed
Open
Created Dec 20, 2021 by Guillermo Iruretagoyena@guillermo.iruretagoyena

Json body not supported?

I have tried to run some requests with Postman and including a body seems to be problematic:

  • Requests towards https://demo.httprelay.io/proxy/zg5MD/time-remaining?until=1685909015

    • Works fine without a body
    • If a body is included ( a plain "{}"):
      • Even requests return : 400 Bad Request
      • Odd request work but content-length is 0
        • image
  • Request towards a local proxy running with docker, server side is a request with from C#/UnityWebRequest (Unity game engine).

    • content-length is fine, but the connection closes before the content is downloaded (not sure if it closes early because of the client or the proxy)

Any clues on the reason and how it could be avoided? .

Assignee
Assign to
Time tracking