Coder Social home page Coder Social logo

Comments (4)

ThorstenHans avatar ThorstenHans commented on July 21, 2024 1

Just looked into it. @anishcr was right. Removing the / at the end of the serviceUrl fixed it.

from advent-of-spin.

anishcr avatar anishcr commented on July 21, 2024

I think the issue is with "/" at the end

hurl --variable serviceUrl="https://solution-2-r65yr6qt.fermyon.app" submit.hurl

will work

while

hurl --variable serviceUrl="https://solution-2-r65yr6qt.fermyon.app/" submit.hurl

will return error.

from advent-of-spin.

ThorstenHans avatar ThorstenHans commented on July 21, 2024

Thanks for pointing me to this @anishcr will check and report 🙏🏻

from advent-of-spin.

rawkode avatar rawkode commented on July 21, 2024

@ThorstenHans The -v on hurl gives us a curl command to replicate the test.

Running yours:

curl 'https://advent-of-spin-backend-tlrr40nq.fermyon.app/c2' -H 'Content-Type: application/json' --data $'{\n  "serviceUrl": "https://solution-2-r65yr6qt.fermyon.app/"\n}'

We get the error message that the Content-type header is incorrect.

Endpoint /hello didn't contain correct Content-Type header: "text/plain; charset=utf-8"!

Removing the trailing / does fix this, as pointed out by @anishcr

I guess this breaks the routing matching.

from advent-of-spin.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.