0

How can I use Stackexchange API when it does not support localhost or any dev URL with port number?

It is very difficult to push code to Heroku as it was suggested in one answer on StackOverflow during development as it slows down development work.

I have registered my application with the API but I cannot specify port number there and therefore I cannot implement the functionality of importing user data into my Rails app.

2
  • 1
    use a dev url without port number. I use ngrok.io Commented Jan 20, 2017 at 9:46
  • Thanks a lot @SergioTulentsev. :) Commented Jan 20, 2017 at 9:58

1 Answer 1

2

Install ngrok locally . Start the ngrok server & use its url. See ngrok(https://ngrok.com) for more details

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.